add copilot
This commit is contained in:
parent
dc577b564f
commit
21c565534d
3 changed files with 63 additions and 1 deletions
13
lua/custom/plugins/copilot.lua
Normal file
13
lua/custom/plugins/copilot.lua
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue