mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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
|
@ -9,7 +9,7 @@ in
|
|||
with lib;
|
||||
mkVimPlugin attrs {
|
||||
name = "nix";
|
||||
description = "Enable nix";
|
||||
description = "vim-nix";
|
||||
package = pkgs.vimPlugins.vim-nix;
|
||||
|
||||
# Possibly add option to disable Treesitter highlighting if this is installed
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
with lib;
|
||||
mkVimPlugin attrs {
|
||||
name = "zig";
|
||||
description = "Enable zig";
|
||||
description = "zig.vim";
|
||||
package = pkgs.vimPlugins.zig-vim;
|
||||
globalPrefix = "zig_";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue