dap arghhh cmp
This commit is contained in:
16
vim/.vim/lua/plugins/codeium.lua
Normal file
16
vim/.vim/lua/plugins/codeium.lua
Normal file
@ -0,0 +1,16 @@
|
||||
local use_google = require("utils").use_google
|
||||
return {
|
||||
{
|
||||
"Exafunction/codeium.nvim",
|
||||
event = "VeryLazy",
|
||||
-- event = "InsertEnter",
|
||||
cond = not use_google(),
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"hrsh7th/nvim-cmp",
|
||||
},
|
||||
config = function()
|
||||
require("codeium").setup({})
|
||||
end,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user