mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
no more copilot
This commit is contained in:
parent
d360f0e701
commit
5f5ac17935
10 changed files with 78 additions and 141 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue