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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user