add codeium plugin

This commit is contained in:
krolxon 2024-05-01 01:22:15 +05:30
parent 308808026b
commit ce97579a97
2 changed files with 13 additions and 1 deletions

View File

@ -199,6 +199,11 @@ local plugins = {
end,
},
-- misc
--
{
'Exafunction/codeium.vim',
event = 'BufEnter'
},
{
'vimwiki/vimwiki',

View File

@ -13,7 +13,14 @@
"c"
],
"path": "./c.json"
}
},
{
"language": [
"asm"
],
"path": "./asm.json"
}
]
}
}