vimPlugins.colortils-nvim: init at 1.2.0

This commit is contained in:
Skye J
2026-05-02 13:39:12 -04:00
parent 40728130f1
commit 4e32b041ee
2 changed files with 15 additions and 0 deletions
@@ -3675,6 +3675,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
colortils-nvim = buildVimPlugin {
pname = "colortils.nvim";
version = "1.2.0";
src = fetchFromGitHub {
owner = "max397574";
repo = "colortils.nvim";
tag = "v1.2.0";
hash = "sha256-GaAgkNmzKTJaKBlLY/fP2Z1ZyBhfyGRkPiwjUj8Rkg4=";
};
meta.homepage = "https://github.com/max397574/colortils.nvim/";
meta.license = lib.meta.getLicenseFromSpdxId "GPL-2.0-only";
meta.hydraPlatforms = [ ];
};
com-cloudedmountain-ide-neovim = buildVimPlugin {
pname = "com.cloudedmountain.ide.neovim";
version = "0.0.1-unstable-2023-09-25";
@@ -261,6 +261,7 @@ https://github.com/tjdevries/colorbuddy.nvim/,,
https://github.com/xzbdmw/colorful-menu.nvim/,,
https://github.com/nvim-zh/colorful-winsep.nvim/,,
https://github.com/lilydjwg/colorizer/,,
https://github.com/max397574/colortils.nvim/,,
https://github.com/Domeee/com.cloudedmountain.ide.neovim/,,
https://github.com/mluders/comfy-line-numbers.nvim/,,
https://github.com/wincent/command-t/,,