AstroVimConfig/lua/plugins/copilot.lua

17 lines
271 B
Lua
Raw Normal View History

2024-06-10 08:53:27 +00:00
--if true then return {} end
return {
"zbirenbaum/copilot.lua",
opts = {
suggestion = {
keymap = {
accept = "<C-f>",
accept_word = false,
accept_line = false,
next = "<C-t>",
prev = "<C-S-t>",
},
},
},
}