mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
12 lines
212 B
Nix
12 lines
212 B
Nix
{
|
|
config,
|
|
helpers,
|
|
pkgs,
|
|
...
|
|
}:
|
|
helpers.vim-plugin.mkVimPlugin config {
|
|
name = "vim-css-color";
|
|
defaultPackage = pkgs.vimPlugins.vim-css-color;
|
|
|
|
maintainers = [ helpers.maintainers.DanielLaing ];
|
|
}
|