return { { "zbirenbaum/copilot.lua", dependencies = { "CopilotChat.nvim" }, cmd = "Copilot", build = ":Copilot auth", opts = { suggestion = { enabled = false }, panel = { enabled = false, auto_refresh = true, keymap = { refresh = "" }, layout = { position = "right", ratio = 0.3, }, }, filetypes = { yaml = true, TelescopePrompt = false, ["."] = false, }, }, }, { "CopilotC-Nvim/CopilotChat.nvim", branch = "canary", cmd = { "CopilotChat" }, keys = { { "C", ":CopilotChat ", mode = { "n", "v" } }, }, opts = { mappings = { reset = { insert = "", normal = "", }, submit_prompt = { insert = "", }, }, }, }, }