add copilot

This commit is contained in:
Aki Wu 2024-05-06 17:59:18 +08:00
parent dc577b564f
commit 21c565534d
3 changed files with 63 additions and 1 deletions

View file

@ -0,0 +1,13 @@
return {
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
build = ':Copilot auth',
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
markdown = true,
help = true,
},
},
}