1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 13:01:12 +01:00

plugins: use mk{Neovim,Vim}Plugin's dependencies parameter

This commit is contained in:
Gaetan Lepage 2025-04-27 09:53:12 +02:00
parent b66559d8ef
commit 1a64636839
49 changed files with 147 additions and 207 deletions

View file

@ -35,9 +35,7 @@ mkVimPlugin {
})
];
extraConfig = {
dependencies.ledger.enable = lib.mkDefault true;
};
dependencies = [ "ledger" ];
settingsOptions = {
bin = helpers.mkNullOrStr ''