dotfiles/.config/nvim/lua/plugins/codeium.lua
Sergio Laín 670d7f6ef6
feat(nvim): new plugins
codeium.vim (not using .nvim one because i want virtual text instead of a cmp source), modes to
highlight the current line backgroun dwith a color depending on the mode im currently in, and
lastly, suda to edit easily files with higher permissions
2023-10-18 12:08:06 +02:00

8 lines
125 B
Lua

return {
{
"Exafunction/codeium.vim",
build = ":Codeium Auth",
cmd = "Codeium",
event = "BufEnter",
},
}