nvim-config/lua/custom/plugins/copilot.lua
2024-05-06 17:59:18 +08:00

13 lines
239 B
Lua

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