add codeium official completion plugin
This commit is contained in:
@@ -41,6 +41,14 @@ return {
|
|||||||
cond = require('data.cond').codecompanion,
|
cond = require('data.cond').codecompanion,
|
||||||
cmd = require('data.cmd').codecompanion,
|
cmd = require('data.cmd').codecompanion,
|
||||||
},
|
},
|
||||||
|
{ -- Codeium
|
||||||
|
'Exafunction/codeium.vim',
|
||||||
|
cond = require('data.cond').codeium,
|
||||||
|
lazy = true,
|
||||||
|
opts = require('data.types').codeium,
|
||||||
|
keys = require('data.keys').codeium,
|
||||||
|
dependencies = require('data.deps').codeium,
|
||||||
|
},
|
||||||
{ -- Avante
|
{ -- Avante
|
||||||
'yetone/avante.nvim',
|
'yetone/avante.nvim',
|
||||||
cond = require('data.cond').avante,
|
cond = require('data.cond').avante,
|
||||||
|
|||||||
Reference in New Issue
Block a user