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

10 lines
169 B
Lua

-- GitHub Copilot
--- @type LazyPluginSpec
return {
"zbirenbaum/copilot.lua",
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}