vimPlugins.blink-cmp-nixpkgs-maintainers: init at 0-unstable-2026-01-01 (#476002)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user