mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
13 lines
223 B
Lua
13 lines
223 B
Lua
return {
|
|
"Exafunction/codeium.nvim",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"hrsh7th/nvim-cmp",
|
|
},
|
|
commit = "d3b88eb3aa1de6da33d325c196b8a41da2bcc825",
|
|
cmd = { "Codeium" },
|
|
opts = {
|
|
enable_chat = true,
|
|
},
|
|
}
|