mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins: clean up module descriptions
Only for the `enable` option though.
This commit is contained in:
parent
56b1082525
commit
6b0f03e4a1
10 changed files with 77 additions and 82 deletions
|
@ -14,7 +14,6 @@ in
|
|||
with helpers.vim-plugin;
|
||||
mkVimPlugin attrs {
|
||||
name = "emmet";
|
||||
description = "Enable emmet";
|
||||
package = pkgs.vimPlugins.emmet-vim;
|
||||
globalPrefix = "user_emmet_";
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
with lib;
|
||||
mkVimPlugin attrs {
|
||||
name = "endwise";
|
||||
description = "Enable vim-endwise";
|
||||
description = "vim-endwise";
|
||||
package = pkgs.vimPlugins.vim-endwise;
|
||||
|
||||
# Yes it's really not configurable
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
with lib;
|
||||
mkVimPlugin attrs {
|
||||
name = "goyo";
|
||||
description = "Enable goyo.vim";
|
||||
description = "goyo.vim";
|
||||
package = pkgs.vimPlugins.goyo-vim;
|
||||
globalPrefix = "goyo_";
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ in
|
|||
with helpers.vim-plugin;
|
||||
mkVimPlugin args {
|
||||
name = "startify";
|
||||
description = "Enable startify";
|
||||
package = pkgs.vimPlugins.vim-startify;
|
||||
globalPrefix = "startify_";
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
with lib;
|
||||
mkVimPlugin attrs {
|
||||
name = "surround";
|
||||
description = "Enable surround.vim";
|
||||
description = "surround.vim";
|
||||
package = pkgs.vimPlugins.surround;
|
||||
|
||||
options = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue