added codium

This commit is contained in:
2024-07-08 23:50:45 +02:00
parent 5ae060e30e
commit 8c586aa58d
3 changed files with 12 additions and 0 deletions

10
lua/plugins/codium.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
'Exafunction/codeium.nvim',
requires = {
'nvim-lua/plenary.nvim',
'hrsh7th/nvim-cmp',
},
config = function()
require('codeium').setup({})
end,
}