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

@ -10,7 +10,7 @@ with helpers.vim-plugin;
helpers.vim-plugin.mkVimPlugin config {
name = "copilot-vim";
originalName = "copilot.vim";
package = pkgs.vimPlugins.copilot-vim;
defaultPackage = pkgs.vimPlugins.copilot-vim;
globalPrefix = "copilot_";
addExtraConfigRenameWarning = true;