From 4e32b041ee5603ea242d1ab252911b8f06e8b4a7 Mon Sep 17 00:00:00 2001 From: Skye J Date: Sat, 2 May 2026 13:20:38 -0400 Subject: [PATCH] vimPlugins.colortils-nvim: init at 1.2.0 --- .../applications/editors/vim/plugins/generated.nix | 14 ++++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 15 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 6b59a2641b7f..335435b85d9a 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 273cc737a08e..e13118523ecf 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,