mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02: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
|
@ -12,7 +12,7 @@ with helpers.vim-plugin;
|
|||
originalName = "magma-nvim";
|
||||
defaultPackage = pkgs.vimPlugins.magma-nvim-goose;
|
||||
globalPrefix = "magma_";
|
||||
addExtraConfigRenameWarning = true;
|
||||
deprecateExtraConfig = true;
|
||||
|
||||
options = {
|
||||
imageProvider = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue