dotfiles/.config/nvim/lua/plugins/copilot.lua

11 lines
226 B
Lua

return {
"zbirenbaum/copilot.lua",
opts = {
suggestion = { enabled = true },
panel = { enabled = false },
filetypes = {
markdown = true,
help = true,
},
},
}