vimPlugins.blink-cmp-npm-nvim: init at 2025-05-12 (#406821)

This commit is contained in:
Gaétan Lepage
2025-05-13 23:07:10 +02:00
committed by GitHub
3 changed files with 24 additions and 0 deletions
@@ -1531,6 +1531,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
blink-cmp-npm-nvim = buildVimPlugin {
pname = "blink-cmp-npm.nvim";
version = "2025-05-12";
src = fetchFromGitHub {
owner = "alexandre-abrioux";
repo = "blink-cmp-npm.nvim";
rev = "364e6c21ec8b3423b8a7d0b50e541390e1d95a0f";
sha256 = "07zrw4p9svlradd9pf85p8azajs8gzp8n4hmalf4ci6bl3lj6crm";
};
meta.homepage = "https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/";
meta.hydraPlatforms = [ ];
};
blink-cmp-spell = buildVimPlugin {
pname = "blink-cmp-spell";
version = "2025-03-05";
@@ -296,6 +296,16 @@ in
dependencies = [ self.plenary-nvim ];
};
blink-cmp-npm-nvim = super.blink-cmp-npm-nvim.overrideAttrs {
nvimSkipModules = [
# Test files
"blink-cmp-npm.utils.compute_meta_spec"
"blink-cmp-npm.utils.generate_doc_spec"
"blink-cmp-npm.utils.ignore_version_spec"
"blink-cmp-npm.utils.semantic_sort_spec"
];
};
blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs {
dependencies = [ self.blink-cmp ];
};
@@ -116,6 +116,7 @@ https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD,
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,
https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD,
https://github.com/ribru17/blink-cmp-spell/,HEAD,
https://github.com/fang2hou/blink-copilot/,HEAD,
https://github.com/moyiz/blink-emoji.nvim/,HEAD,