helpers/vim-plugin/mkVimPlugin: rename addExtraConfigRenameWarning to deprecateExtraConfig

This commit is contained in:
Gaetan Lepage 2024-02-19 10:19:39 +01:00 committed by Gaétan Lepage
parent 7af65ccae4
commit cef446a4da
15 changed files with 17 additions and 16 deletions

View file

@ -12,7 +12,7 @@ with helpers.vim-plugin;
originalName = "zig.vim";
defaultPackage = pkgs.vimPlugins.zig-vim;
globalPrefix = "zig_";
addExtraConfigRenameWarning = true;
deprecateExtraConfig = true;
# Possibly add option to disable Treesitter highlighting if this is installed
options = {