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

@ -27,6 +27,8 @@ lib.nixvim.plugins.mkVimPlugin {
})
];
dependencies = [ "typst" ];
extraOptions = {
keymaps = {
silent = mkOption {
@ -40,8 +42,6 @@ lib.nixvim.plugins.mkVimPlugin {
};
extraConfig = cfg: {
dependencies.typst.enable = lib.mkDefault true;
keymaps =
with cfg.keymaps;
helpers.keymaps.mkKeymaps