mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-07 01:21:05 +01:00
9 lines
139 B
Nix
9 lines
139 B
Nix
{
|
|
lib,
|
|
helpers,
|
|
...
|
|
}:
|
|
helpers.vim-plugin.mkVimPlugin {
|
|
name = "vim-css-color";
|
|
maintainers = [ lib.maintainers.DanielLaing ];
|
|
}
|