mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins: use mk{Neovim,Vim}Plugin's dependencies parameter
This commit is contained in:
parent
b66559d8ef
commit
1a64636839
49 changed files with 147 additions and 207 deletions
|
@ -25,9 +25,7 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
})
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
dependencies.plantuml.enable = lib.mkDefault true;
|
||||
};
|
||||
dependencies = [ "plantuml" ];
|
||||
|
||||
settingsOptions = {
|
||||
set_makeprg = defaultNullOpts.mkFlagInt 1 ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue