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.

12 lines
195 B
Nix
Raw Normal View History

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