mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: adaptive color icon
This commit is contained in:
parent
836ac75161
commit
bbc23eae04
5 changed files with 21 additions and 11 deletions
|
@ -9,7 +9,9 @@ if vim.g.pcode_codeium_nvim then
|
|||
"Exafunction/codeium.nvim",
|
||||
cmd = "Codeium",
|
||||
build = ":Codeium Auth",
|
||||
opts = {},
|
||||
opts = {
|
||||
enable_chat = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
--@param opts cmp.ConfigSchema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue