mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
13 lines
210 B
Nix
13 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];
|
|
}
|