9 lines
169 B
Lua
9 lines
169 B
Lua
-- GitHub Copilot
|
|
--- @type LazyPluginSpec
|
|
return {
|
|
"zbirenbaum/copilot.lua",
|
|
opts = {
|
|
suggestion = { enabled = false },
|
|
panel = { enabled = false },
|
|
},
|
|
}
|