no more copilot

This commit is contained in:
iofq 2025-07-05 21:18:10 -05:00
parent d360f0e701
commit 5f5ac17935
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
10 changed files with 78 additions and 141 deletions

View file

@ -4,7 +4,6 @@ return {
event = 'VeryLazy',
dependencies = {
'mikavilpas/blink-ripgrep.nvim',
'fang2hou/blink-copilot',
},
opts = {
enabled = function()
@ -24,7 +23,6 @@ return {
'snippets',
'omni',
'ripgrep',
'copilot',
},
providers = {
snippets = {
@ -36,20 +34,6 @@ return {
score_offset = -30,
async = true,
},
copilot = {
module = 'blink-copilot',
name = 'Copilot',
score_offset = 10,
async = true,
opts = {
max_completions = 2,
debounce = 500,
auto_refresh = {
backward = false,
forward = true,
},
},
},
},
},
cmdline = {