Added codeium and some other options

This commit is contained in:
Siggy Gudbrandsson 2024-12-08 13:48:01 +00:00
parent 4d0dc8d4b1
commit 3e197c0af2
2 changed files with 19 additions and 5 deletions

View file

@ -2,4 +2,19 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
"Exafunction/codeium.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
},
config = function()
require("codeium").setup({
})
end
},
}
-- vim: ts=2 sts=2 sw=2 et