Removed copilot integration
This commit is contained in:
@@ -732,7 +732,7 @@ require('lazy').setup({
|
||||
version = '1.*',
|
||||
dependencies = {
|
||||
-- Copilot blink integration
|
||||
'fang2hou/blink-copilot',
|
||||
--'fang2hou/blink-copilot',
|
||||
-- Snippet Engine
|
||||
{
|
||||
'L3MON4D3/LuaSnip',
|
||||
@@ -813,15 +813,16 @@ require('lazy').setup({
|
||||
},
|
||||
|
||||
sources = {
|
||||
default = { 'copilot', 'lsp', 'path', 'lazydev', 'snippets' },
|
||||
--default = { 'copilot', 'lsp', 'path', 'lazydev', 'snippets' },
|
||||
default = { 'lsp', 'path', 'lazydev', 'snippets' },
|
||||
providers = {
|
||||
copilot = {
|
||||
name = 'copilot',
|
||||
module = 'blink-copilot',
|
||||
score_offset = 1000,
|
||||
async = true,
|
||||
max_items = 1,
|
||||
},
|
||||
--copilot = {
|
||||
-- name = 'copilot',
|
||||
-- module = 'blink-copilot',
|
||||
-- score_offset = 1000,
|
||||
-- async = true,
|
||||
-- max_items = 1,
|
||||
--},
|
||||
lsp = { score_offset = 0 },
|
||||
-- Lazydev gives autocompletion for lua, imported libraries and ---@module "nvim-treesitter" statements
|
||||
lazydev = { module = 'lazydev.integrations.blink', score_offset = 0, max_items = 5 },
|
||||
|
||||
Reference in New Issue
Block a user