mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/vim-css-color: init (#1335)
This commit is contained in:
parent
d248bf587c
commit
5fb9f0bb86
4 changed files with 28 additions and 0 deletions
12
plugins/utils/vim-css-color.nix
Normal file
12
plugins/utils/vim-css-color.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
helpers,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "vim-css-color";
|
||||
defaultPackage = pkgs.vimPlugins.vim-css-color;
|
||||
|
||||
maintainers = [helpers.maintainers.DanielLaing];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue