return { "zbirenbaum/copilot.lua", cmd = "Copilot", build = ":Copilot auth", opts = { suggestion = { enabled = true, auto_trigger = true, debounce = 75, keymap = { accept = "", accept_word = false, accept_line = false, next = "", prev = "", dismiss = "", }, }, panel = { enabled = true, auto_refresh = true, keymap = { jump_prev = false, -- "[[" jump_next = false, -- "]]" accept = false, -- "", refresh = false, -- "gr", open = false, -- "", }, layout = { position = "bottom", ratio = 0.4, }, }, filetypes = { markdown = true, help = true, yaml = false, gitcommit = false, gitrebase = false, hgcommit = false, svn = false, cvs = false, ["."] = false, }, }, }