kickstart.nvim/lua/custom/plugins/copilot.lua

13 lines
221 B
Lua
Raw Normal View History

return {
2023-03-22 18:50:48 +01:00
"zbirenbaum/copilot.lua",
cmd = "Copilot",
dependencies = {
"github/copilot.vim"
},
build = ":Copilot auth",
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}