mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
11 lines
153 B
Lua
11 lines
153 B
Lua
return {
|
|
{
|
|
"zbirenbaum/copilot.lua",
|
|
opts = {
|
|
suggestion = {
|
|
enabled = true,
|
|
auto_trigger = true,
|
|
},
|
|
},
|
|
},
|
|
}
|