Add blink.compat again
This commit is contained in:
parent
d16e74a111
commit
bef6005914
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue