1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/plugins/by-name/vim-css-color/default.nix
2024-09-09 11:50:38 +01:00

8 lines
136 B
Nix

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