mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
12 lines
196 B
Lua
12 lines
196 B
Lua
return {
|
|
'zbirenbaum/copilot.lua',
|
|
enabled = true,
|
|
cmd = "Copilot",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
suggestion = {
|
|
auto_trigger = true,
|
|
},
|
|
},
|
|
}
|