1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-07-02 04:03:50 +00:00

[neovim] Remove copilot support

This commit is contained in:
2026-06-26 18:32:13 +02:00
parent c5b9bf92d9
commit e9445d5934
7 changed files with 157 additions and 158 deletions
+1 -12
View File
@@ -41,18 +41,7 @@ require("blink.cmp").setup({
},
},
sources = {
default = { "lsp", "path", "buffer", "copilot" },
providers = {
copilot = {
name = "copilot",
module = "blink-copilot",
score_offset = 100,
async = true,
opts = {
max_completions = 3,
},
},
},
default = { "lsp", "path", "buffer" },
},
keymap = {