1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-07 01:21:05 +01:00
nixvim/plugins/by-name/vim-css-color/default.nix
2024-09-27 05:31:26 +01:00

9 lines
139 B
Nix

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