nix-community.nixvim/plugins/utils/vim-css-color.nix

13 lines
212 B
Nix
Raw Normal View History

2024-03-27 20:55:24 +00:00
{
config,
helpers,
pkgs,
...
}:
helpers.vim-plugin.mkVimPlugin config {
name = "vim-css-color";
defaultPackage = pkgs.vimPlugins.vim-css-color;
2024-05-05 19:39:35 +02:00
maintainers = [ helpers.maintainers.DanielLaing ];
2024-03-27 20:55:24 +00:00
}