fix(nvim): codecompanion blink support
This commit is contained in:
parent
da64f3f6e3
commit
abf362c5e7
2 changed files with 10 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
"lazyvim.plugins.extras.editor.dial",
|
"lazyvim.plugins.extras.editor.dial",
|
||||||
"lazyvim.plugins.extras.editor.refactoring",
|
"lazyvim.plugins.extras.editor.refactoring",
|
||||||
"lazyvim.plugins.extras.util.dot",
|
"lazyvim.plugins.extras.util.dot",
|
||||||
"plugins.extras.coding.ai.codecompanion",
|
|
||||||
"plugins.extras.coding.blink-extended",
|
"plugins.extras.coding.blink-extended",
|
||||||
"plugins.extras.coding.treesitter.node-action",
|
"plugins.extras.coding.treesitter.node-action",
|
||||||
"plugins.extras.coding.yanky-extended",
|
"plugins.extras.coding.yanky-extended",
|
||||||
|
|
|
@ -88,4 +88,14 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"saghen/blink.cmp",
|
||||||
|
opts = {
|
||||||
|
sources = {
|
||||||
|
per_filetype = {
|
||||||
|
codecompanion = { "codecompanion" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue