1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00
nixvim/plugins/utils/vim-css-color.nix
2024-03-27 21:55:24 +01:00

12 lines
210 B
Nix

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