diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 6ac25f36f2b1..aacd40cc52ed 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -2827,6 +2827,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + colorful-menu-nvim = buildVimPlugin { + pname = "colorful-menu.nvim"; + version = "2025-02-17"; + src = fetchFromGitHub { + owner = "xzbdmw"; + repo = "colorful-menu.nvim"; + rev = "e1b4095e3726156e65d009f06ad1076b0d75dd3e"; + sha256 = "0d23l2l92n7wp0am0raap7vsjxqzgv3dc60rcwpbix138fxxas96"; + }; + meta.homepage = "https://github.com/xzbdmw/colorful-menu.nvim/"; + meta.hydraPlatforms = [ ]; + }; + colorizer = buildVimPlugin { pname = "colorizer"; version = "2022-01-03"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index f416081fa9ff..dca05fc8405e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -739,6 +739,14 @@ in dependencies = [ self.nvim-treesitter ]; }; + colorful-menu-nvim = super.colorful-menu-nvim.overrideAttrs { + # Local bug reproduction modules + nvimSkipModule = [ + "repro_blink" + "repro_cmp" + ]; + }; + command-t = super.command-t.overrideAttrs { nativeBuildInputs = [ getconf diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index fd6589a25c2c..ca4e3f7122cc 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -216,6 +216,7 @@ https://github.com/Exafunction/codeium.vim/,HEAD, https://github.com/gorbit99/codewindow.nvim/,HEAD, https://github.com/metakirby5/codi.vim/,, https://github.com/tjdevries/colorbuddy.nvim/,, +https://github.com/xzbdmw/colorful-menu.nvim/,HEAD, https://github.com/lilydjwg/colorizer/,, https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD, https://github.com/wincent/command-t/,,