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" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1778156530, "lastModified": 1778165192,
"narHash": "sha256-4VhPk2NQKyYptNw1x/HG23sFmR4iYTOTZhGhzzYDQOs=", "narHash": "sha256-RgflEUfqht5XBXXFqt/XmC7/wUQgrYw+D34pYWCtCBw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1b24f43e7f25d9c297a2ed45c654a72fc68d3d29", "rev": "25abd5cb8f57397fa34d49eddcd8d0b23e19efc0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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