mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
Migrate all users of `mkVimPlugin` and `mkNeovimPlugin` to use the new `package` argument instead of the old `defaultPackage` argument.
8 lines
136 B
Nix
8 lines
136 B
Nix
{
|
|
helpers,
|
|
...
|
|
}:
|
|
helpers.vim-plugin.mkVimPlugin {
|
|
name = "vim-css-color";
|
|
maintainers = [ helpers.maintainers.DanielLaing ];
|
|
}
|