nvim: Add blink.compat for nvim-cmp compatibility for blink.cmp

https://github.com/Saghen/blink.compat
This commit is contained in:
Daniel Lundin 2024-11-27 14:04:13 +01:00
parent 38a179be12
commit b0668e2ef7
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -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";