dap arghhh cmp

This commit is contained in:
Christian Nieves
2023-11-26 12:57:56 -06:00
parent dc0eb7d2ad
commit f054ccd98c
13 changed files with 140 additions and 52 deletions

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