mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-02 07:01:04 +01:00
helpers/vim-plugin/mkVimPlugin: rename addExtraConfigRenameWarning to deprecateExtraConfig
This commit is contained in:
parent
7af65ccae4
commit
cef446a4da
15 changed files with 17 additions and 16 deletions
|
|
@ -8,6 +8,6 @@ helpers.vim-plugin.mkVimPlugin config {
|
|||
name = "tagbar";
|
||||
defaultPackage = pkgs.vimPlugins.tagbar;
|
||||
globalPrefix = "tagbar_";
|
||||
addExtraConfigRenameWarning = true;
|
||||
deprecateExtraConfig = true;
|
||||
extraPackages = [pkgs.ctags];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue