mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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 = "markdown-preview.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.markdown-preview-nvim;
|
||||
globalPrefix = "mkdp_";
|
||||
addExtraConfigRenameWarning = true;
|
||||
deprecateExtraConfig = true;
|
||||
|
||||
options = {
|
||||
autoStart = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue