1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 20:16:07 +01:00
nixvim/plugins/utils/vim-css-color.nix
Matt Sturgeon 1fd4b6c739
plugins: migrate defaultPackage -> package
Migrate all users of `mkVimPlugin` and `mkNeovimPlugin` to use the new
`package` argument instead of the old `defaultPackage` argument.
2024-09-04 03:29:34 +01:00

8 lines
136 B
Nix

{
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "vim-css-color";
maintainers = [ helpers.maintainers.DanielLaing ];
}