Added codeium and some other options
This commit is contained in:
parent
4d0dc8d4b1
commit
3e197c0af2
2 changed files with 19 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue