Skip to content

Commit cecbf2b

Browse files
committed
revert to copilot.lua, copilot.vim doesn't even let me setup
1 parent 4a7b2be commit cecbf2b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

lua/custom/plugins/copilot-cmp.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
return {
2+
'zbirenbaum/copilot-cmp',
3+
config = function()
4+
require('copilot_cmp').setup()
5+
end,
6+
}

lua/custom/plugins/copilot-vim.lua

Lines changed: 0 additions & 3 deletions
This file was deleted.

lua/custom/plugins/copilot.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
return {
2+
'zbirenbaum/copilot.lua',
3+
cmd = 'Copilot',
4+
event = 'InsertEnter',
5+
config = function()
6+
require('copilot').setup {}
7+
end,
8+
}

0 commit comments

Comments
 (0)