1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00

[neovim] Add copilot

This commit is contained in:
2024-02-12 20:46:40 +01:00
parent 64cf03dcac
commit d1c002183f
10 changed files with 72 additions and 24 deletions

View File

@@ -103,7 +103,7 @@ cmp.setup({
nvim_lsp = "[lsp]",
luasnip = "[snip]",
buffer = "[local]",
codeium = "[AI]",
copilot = "[AI]",
path = "",
emoji = "",
})[entry.source.name]
@@ -115,7 +115,7 @@ cmp.setup({
{ name = "luasnip" },
{ name = "buffer" },
{ name = "path" },
{ name = "codeium" },
{ name = "copilot" },
},
confirm_opts = {
behavior = cmp.ConfirmBehavior.Replace,