Add blink.compat again

This commit is contained in:
Thomas Avé 2026-05-08 00:16:52 +07:00
parent d16e74a111
commit bef6005914
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
2 changed files with 9 additions and 3 deletions

View File

@ -236,11 +236,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1778156530,
"narHash": "sha256-4VhPk2NQKyYptNw1x/HG23sFmR4iYTOTZhGhzzYDQOs=",
"lastModified": 1778165192,
"narHash": "sha256-RgflEUfqht5XBXXFqt/XmC7/wUQgrYw+D34pYWCtCBw=",
"owner": "nix-community",
"repo": "NUR",
"rev": "1b24f43e7f25d9c297a2ed45c654a72fc68d3d29",
"rev": "25abd5cb8f57397fa34d49eddcd8d0b23e19efc0",
"type": "github"
},
"original": {

View File

@ -3,6 +3,11 @@ local function is_dap_buffer()
end
return {
{
'saghen/blink.compat',
lazy = true,
opts = {},
},
{
'saghen/blink.cmp',
branch = 'v1',
@ -55,6 +60,7 @@ return {
end,
providers = {
dadbod = { name = "Dadbod", module = "vim_dadbod_completion.blink" },
dap = { name = "dap", module = "blink.compat.source" },
avante = {
module = 'blink-cmp-avante',
name = 'Avante',