mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
options,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
@ -12,7 +11,6 @@ nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
name = "lz-n";
|
||||
originalName = "lz.n";
|
||||
maintainers = [ maintainers.psfloyd ];
|
||||
defaultPackage = pkgs.vimPlugins.lz-n;
|
||||
|
||||
settingsDescription = ''
|
||||
Options provided to `vim.g.lz_n`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue