starter/lua/plugins/copilot.lua
Thomas Smallwood 68f6c8b1ca
copilot configs
2026-01-21 22:15:40 +01:00

11 lines
153 B
Lua

return {
{
"zbirenbaum/copilot.lua",
opts = {
suggestion = {
enabled = true,
auto_trigger = true,
},
},
},
}