revert to copilot.lua, copilot.vim doesn't even let me setup

This commit is contained in:
0x4D5352 2025-03-12 13:36:04 -05:00
parent 4a7b2be154
commit cecbf2b193
3 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,6 @@
return {
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
}

View File

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

View File

@ -0,0 +1,8 @@
return {
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
event = 'InsertEnter',
config = function()
require('copilot').setup {}
end,
}