mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
18 lines
260 B
Lua
18 lines
260 B
Lua
return {
|
|
"zbirenbaum/copilot.lua",
|
|
cmd = "Copilot",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
suggestion = {
|
|
enabled = true,
|
|
auto_trigger = true,
|
|
keymap = {
|
|
accept = "<C-F>",
|
|
},
|
|
},
|
|
panel = {
|
|
enabled = true,
|
|
auto_refresh = true,
|
|
},
|
|
}
|
|
}
|