mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 03:50:09 +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
|
@ -10,7 +10,7 @@ in
|
|||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "bufferline";
|
||||
originalName = "bufferline.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.bufferline-nvim;
|
||||
package = "bufferline-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue