We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c3f80 commit cc75169Copy full SHA for cc75169
lua/custom/plugins/copilot.lua
@@ -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