Apply Patch
This commit is contained in:
parent
24dee0bed0
commit
2c6705f028
22 changed files with 18 additions and 17 deletions
16
nvim/lua/plugins_base/windsurf.lua
Normal file
16
nvim/lua/plugins_base/windsurf.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"Exafunction/codeium.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"hrsh7th/nvim-cmp",
|
||||
},
|
||||
opts = {
|
||||
enable_cmp_source = false,
|
||||
virtual_text = {
|
||||
enabled = true,
|
||||
},
|
||||
api = {
|
||||
host = "codingbuddy.onprem.gic.ericsson.se",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue