switch to official github copilot

This commit is contained in:
0x4D5352 2025-03-12 10:19:18 -05:00
parent b809b374cb
commit b9b942b336
3 changed files with 3 additions and 23 deletions

View File

@ -1,12 +0,0 @@
return {
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
opts = {
filetypes = {
['.'] = false,
go = true,
},
},
}

View File

@ -0,0 +1,3 @@
return {
'github/copilot.vim',
}

View File

@ -1,11 +0,0 @@
return {
'zbirenbaum/copilot.lua',
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
['.'] = false,
go = true,
},
},
}