vimPlugins.blink-cmp-dictionary: init at 2025-01-12
This commit is contained in:
@@ -1302,6 +1302,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/giuxtaposition/blink-cmp-copilot/";
|
||||
};
|
||||
|
||||
blink-cmp-dictionary = buildVimPlugin {
|
||||
pname = "blink-cmp-dictionary";
|
||||
version = "2025-01-12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Kaiser-Yang";
|
||||
repo = "blink-cmp-dictionary";
|
||||
rev = "07cc2e49bb52ebff4e8b83d1801ad6441edf90a2";
|
||||
sha256 = "17c41flnjp25c5gry4lq8ik8mk3pbh1qwj86rby57jr4f4wvfykk";
|
||||
};
|
||||
meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-dictionary/";
|
||||
};
|
||||
|
||||
blink-cmp-spell = buildVimPlugin {
|
||||
pname = "blink-cmp-spell";
|
||||
version = "2025-02-01";
|
||||
|
||||
@@ -292,6 +292,10 @@ in
|
||||
dependencies = [ self.copilot-lua ];
|
||||
};
|
||||
|
||||
blink-cmp-dictionary = super.blink-cmp-dictionary.overrideAttrs {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
};
|
||||
|
||||
blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs {
|
||||
dependencies = [ self.blink-cmp ];
|
||||
};
|
||||
|
||||
@@ -106,6 +106,7 @@ https://github.com/max397574/better-escape.nvim/,,
|
||||
https://github.com/LunarVim/bigfile.nvim/,,
|
||||
https://github.com/APZelos/blamer.nvim/,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/ribru17/blink-cmp-spell/,HEAD,
|
||||
https://github.com/fang2hou/blink-copilot/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user