revert to copilot.lua, copilot.vim doesn't even let me setup
This commit is contained in:
parent
4a7b2be154
commit
cecbf2b193
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
'zbirenbaum/copilot-cmp',
|
||||||
|
config = function()
|
||||||
|
require('copilot_cmp').setup()
|
||||||
|
end,
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
return {
|
|
||||||
'github/copilot.vim',
|
|
||||||
}
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
'zbirenbaum/copilot.lua',
|
||||||
|
cmd = 'Copilot',
|
||||||
|
event = 'InsertEnter',
|
||||||
|
config = function()
|
||||||
|
require('copilot').setup {}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue