Skip to content

Commit cc75169

Browse files
vpvvpv-csc
authored andcommitted
Try a copilot plugin
1 parent 17c3f80 commit cc75169

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)