Changed keybind

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-04 13:22:45 +02:00
parent 24dfe86e6e
commit ed11de7cc7

View File

@@ -4,10 +4,15 @@ return {
event = "InsertEnter",
config = function()
require("copilot").setup({
panel = {
keymap = {
open = "<M-c>"
}
},
suggestion = {
auto_trigger = true,
keymap = {
accept = "<TAB>",
accept = "<M-CR>",
},
},
filetypes = {