fix(nvim): codecompanion blink support

This commit is contained in:
Sergio Laín 2025-06-09 16:42:29 +02:00
parent da64f3f6e3
commit abf362c5e7
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 10 additions and 1 deletions

View file

@ -4,7 +4,6 @@
"lazyvim.plugins.extras.editor.dial",
"lazyvim.plugins.extras.editor.refactoring",
"lazyvim.plugins.extras.util.dot",
"plugins.extras.coding.ai.codecompanion",
"plugins.extras.coding.blink-extended",
"plugins.extras.coding.treesitter.node-action",
"plugins.extras.coding.yanky-extended",

View file

@ -88,4 +88,14 @@ return {
})
end,
},
{
"saghen/blink.cmp",
opts = {
sources = {
per_filetype = {
codecompanion = { "codecompanion" },
},
},
},
},
}