mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
helpers/vim-plugin/mkVimPlugin: rename package option to defaultPackage
This commit is contained in:
parent
1e4c4a0add
commit
d7fe40ebd8
20 changed files with 23 additions and 23 deletions
|
@ -8,7 +8,7 @@
|
|||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "committia";
|
||||
originalName = "committia.vim";
|
||||
package = pkgs.vimPlugins.committia-vim;
|
||||
defaultPackage = pkgs.vimPlugins.committia-vim;
|
||||
globalPrefix = "committia_";
|
||||
extraPackages = [pkgs.git];
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "fugitive";
|
||||
originalName = "vim-fugitive";
|
||||
package = pkgs.vimPlugins.vim-fugitive;
|
||||
defaultPackage = pkgs.vimPlugins.vim-fugitive;
|
||||
extraPackages = [pkgs.git];
|
||||
|
||||
# In typical tpope fashion, this plugin has no config options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue