update
This commit is contained in:
@@ -5,27 +5,27 @@ return {
|
||||
model = "gemini-2.5-pro",
|
||||
},
|
||||
},
|
||||
{
|
||||
"zbirenbaum/copilot.lua",
|
||||
keys = {
|
||||
{
|
||||
-- Open in the current working directory
|
||||
"<leader>ad",
|
||||
"<cmd>Copilot detach<cr>",
|
||||
desc = "Copilot detach",
|
||||
},
|
||||
{
|
||||
-- Open in the current working directory
|
||||
"<leader>at",
|
||||
"<cmd>Copilot toggle<cr>",
|
||||
desc = "Copilot toggle",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
copilot_model = "gemini-2.5-pro",
|
||||
keymap = {
|
||||
accept = "<C-l>",
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "zbirenbaum/copilot.lua",
|
||||
-- keys = {
|
||||
-- {
|
||||
-- -- Open in the current working directory
|
||||
-- "<leader>ad",
|
||||
-- "<cmd>Copilot detach<cr>",
|
||||
-- desc = "Copilot detach",
|
||||
-- },
|
||||
-- {
|
||||
-- -- Open in the current working directory
|
||||
-- "<leader>at",
|
||||
-- "<cmd>Copilot toggle<cr>",
|
||||
-- desc = "Copilot toggle",
|
||||
-- },
|
||||
-- },
|
||||
-- opts = {
|
||||
-- copilot_model = "gemini-2.5-pro",
|
||||
-- keymap = {
|
||||
-- accept = "<C-l>",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user