mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +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
|
@ -7,5 +7,5 @@
|
|||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "surround";
|
||||
originalName = "surround.vim";
|
||||
package = pkgs.vimPlugins.surround;
|
||||
defaultPackage = pkgs.vimPlugins.surround;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue