mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-09-02 12:09:07 +00:00
[neovim] Add codeium plugin
This commit is contained in:
@@ -92,6 +92,7 @@ cmp.setup({
|
||||
nvim_lsp = "[lsp]",
|
||||
luasnip = "[snip]",
|
||||
buffer = "[local]",
|
||||
codeium = "[AI]",
|
||||
path = "",
|
||||
emoji = "",
|
||||
})[entry.source.name]
|
||||
@@ -103,6 +104,7 @@ cmp.setup({
|
||||
{ name = "luasnip" },
|
||||
{ name = "buffer" },
|
||||
{ name = "path" },
|
||||
{ name = "codeium" },
|
||||
},
|
||||
confirm_opts = {
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
|
Reference in New Issue
Block a user