Files
nvim/lua/plugins/default/copilot.lua
Zelong Kuang b5303f2cdd Update
2025-09-30 22:59:47 +10:00

16 lines
250 B
Lua

return {
{
"zbirenbaum/copilot.lua",
opts = {
copilot_model = "gemini-2.5-pro",
suggestion = {
keymap = {
accept = "<D-l>",
next = "<D-]>",
prev = "<D-[>",
},
},
},
},
}