switch to official github copilot
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…
Reference in New Issue