-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I use blink.cmp and want to use Windsurf/Codeium (what should I call it?) and find these instructions.
First it's the default install:
{
"Exafunction/windsurf.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
},
config = function()
require("codeium").setup({
})
end
}
It says the plugin name is windsurf.nvim. Then in the blink.cmp section it says this:
{
'saghen/blink.cmp',
dependencies = {
{
'Exafunction/codeium.nvim',
},
},
opts = {
sources = {
default = { 'lsp', 'path', 'snippets', 'buffer', 'codeium' },
providers = {
codeium = { name = 'Codeium', module = 'codeium.blink', async = true },
},
},
},
}
Here the dependency is codeium.nvim, which one is it?
For those that want to use blink, do we add saghen/blink.cmp to the dependency table for Exafunction/windsurf.nvim and set the dependency for saghen/blink.cmp to Exafunction/windsurf.nvim ?
KTSCode, ianlet and jasonshanksianlet
Metadata
Metadata
Assignees
Labels
No labels