nvim: Add blink.compat for nvim-cmp compatibility for blink.cmp
https://github.com/Saghen/blink.compat
This commit is contained in:
parent
38a179be12
commit
b0668e2ef7
1 changed files with 16 additions and 0 deletions
|
@ -94,6 +94,22 @@
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "blink.compat";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "saghen";
|
||||
repo = "blink.compat";
|
||||
rev = "cd2d3a040b76ad0eeab9a3bba48bc4c2b9d703bf"; # v1.0.2
|
||||
hash = "sha256-4uoehv/qe74IivgXc69ekYLod3Zo+oPUvXJHtt4wc2U=";
|
||||
};
|
||||
};
|
||||
type = "lua";
|
||||
config = ''
|
||||
require('blink.compat').setup()
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = codeium-nvim;
|
||||
type = "lua";
|
||||
|
|
Loading…
Reference in a new issue