mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
plugins: migrate defaultPackage
-> package
Migrate all users of `mkVimPlugin` and `mkNeovimPlugin` to use the new `package` argument instead of the old `defaultPackage` argument.
This commit is contained in:
parent
285f6cbd7b
commit
1fd4b6c739
148 changed files with 126 additions and 277 deletions
|
@ -7,7 +7,6 @@
|
|||
with lib;
|
||||
helpers.vim-plugin.mkVimPlugin {
|
||||
name = "vimtex";
|
||||
defaultPackage = pkgs.vimPlugins.vimtex;
|
||||
globalPrefix = "vimtex_";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue