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

10 lines
161 B
Lua
Raw Normal View History

-- GitHub Copilot
return {
"zbirenbaum/copilot.lua",
config = true,
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}