Apply Patch

This commit is contained in:
Luka Jankovic 2025-06-04 13:35:34 +02:00
parent 25dcd58627
commit f9c808c3c5
13 changed files with 268 additions and 225 deletions

View 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",
},
},
}