1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-03 07:31:05 +01:00

helpers/vim-plugin/mkVimPlugin: rename package option to defaultPackage

This commit is contained in:
Gaetan Lepage 2024-02-15 09:51:43 +01:00 committed by Gaétan Lepage
parent 1e4c4a0add
commit d7fe40ebd8
20 changed files with 23 additions and 23 deletions

View file

@ -6,7 +6,7 @@
}:
helpers.vim-plugin.mkVimPlugin config {
name = "tagbar";
package = pkgs.vimPlugins.tagbar;
defaultPackage = pkgs.vimPlugins.tagbar;
globalPrefix = "tagbar_";
addExtraConfigRenameWarning = true;
extraPackages = [pkgs.ctags];