Files
nvim/lua/plugins/default/copilot.lua

16 lines
249 B
Lua
Raw Normal View History

2025-05-13 19:37:28 +10:00
return {
2025-09-21 20:43:38 +10:00
{
"zbirenbaum/copilot.lua",
opts = {
copilot_model = "claude-opus-4",
suggestion = {
keymap = {
accept = "<D-l>",
next = "<D-]>",
prev = "<D-[>",
},
},
},
},
2025-05-13 19:37:28 +10:00
}