switch to official github copilot

pull/1409/head
0x4D5352 1 month ago
parent b809b374cb
commit b9b942b336

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

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

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