add codeium plugin
This commit is contained in:
parent
308808026b
commit
ce97579a97
|
|
@ -199,6 +199,11 @@ local plugins = {
|
|||
end,
|
||||
},
|
||||
-- misc
|
||||
--
|
||||
{
|
||||
'Exafunction/codeium.vim',
|
||||
event = 'BufEnter'
|
||||
},
|
||||
|
||||
{
|
||||
'vimwiki/vimwiki',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,14 @@
|
|||
"c"
|
||||
],
|
||||
"path": "./c.json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"language": [
|
||||
"asm"
|
||||
],
|
||||
"path": "./asm.json"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in New Issue