diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d4c176ce9cac..d4f8dbbf2571 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -765,12 +765,12 @@ final: prev: { alabaster-nvim = buildVimPlugin { pname = "alabaster.nvim"; - version = "2025-11-21"; + version = "0-unstable-2025-11-21"; src = fetchFromGitHub { owner = "p00f"; repo = "alabaster.nvim"; rev = "1fc9e29fbbce94f127cc8b21960b7e3c85187960"; - sha256 = "0jm5rlc1j4gni8qgcba0ssdnakdpl0hrqlm61xmipv0k2sr3wy2y"; + hash = "sha256-Xng+shYT7BtrD6ZSnCGgt01lm9ZALfYwivYRGRjNpUo="; }; meta.homepage = "https://github.com/p00f/alabaster.nvim/"; meta.hydraPlatforms = [ ]; @@ -1674,6 +1674,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + blink-cmp-nixpkgs-maintainers = buildVimPlugin { + pname = "blink-cmp-nixpkgs-maintainers"; + version = "0-unstable-2026-01-01"; + src = fetchFromGitHub { + owner = "GaetanLepage"; + repo = "blink-cmp-nixpkgs-maintainers"; + rev = "b572f807ca3b4b6f87c791b0d5ceaa81dbb00d70"; + hash = "sha256-ollZI9Bd3eAKvzS84oIzToVruYbCERKKhZpIR+cBxBE="; + }; + meta.homepage = "https://github.com/GaetanLepage/blink-cmp-nixpkgs-maintainers/"; + meta.hydraPlatforms = [ ]; + }; + blink-cmp-npm-nvim = buildVimPlugin { pname = "blink-cmp-npm.nvim"; version = "0.3.0-unstable-2025-05-18"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 2f9fa3b91a21..b59c16654d66 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -301,6 +301,10 @@ assertNoAdditions { dependencies = [ self.plenary-nvim ]; }; + blink-cmp-nixpkgs-maintainers = super.blink-cmp-nixpkgs-maintainers.overrideAttrs { + dependencies = [ self.blink-cmp ]; + }; + blink-cmp-npm-nvim = super.blink-cmp-npm-nvim.overrideAttrs { nvimSkipModules = [ # Test files diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index ee1e9e3a4738..8d2beba80046 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -127,6 +127,7 @@ https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD, https://github.com/bydlw98/blink-cmp-env/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD, https://github.com/erooke/blink-cmp-latex/,HEAD, +https://github.com/GaetanLepage/blink-cmp-nixpkgs-maintainers/,HEAD, https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD, https://github.com/ribru17/blink-cmp-spell/,HEAD, https://github.com/mgalliou/blink-cmp-tmux/,HEAD,