plugins/vim-css-color: init (#1335)

This commit is contained in:
Bodleum 2024-03-27 20:55:24 +00:00 committed by GitHub
parent d248bf587c
commit 5fb9f0bb86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 0 deletions

View 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];
}