mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +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
|
@ -17,7 +17,6 @@ in
|
|||
mkVimPlugin {inherit lib config pkgs;} {
|
||||
inherit name;
|
||||
extraPlugins = extraPlugins ++ (lists.optional useDefaultPackage pkgs.vimPlugins.${name});
|
||||
description = "Enable ${name}";
|
||||
};
|
||||
|
||||
pluginAndSourceNames = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue