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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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;
maintainers = [ helpers.maintainers.DanielLaing ];
}