fix(copilot-chat): clear -> reset
This commit is contained in:
@ -27,7 +27,7 @@ return {
|
|||||||
{
|
{
|
||||||
"<leader>ax",
|
"<leader>ax",
|
||||||
function()
|
function()
|
||||||
return require("CopilotChat").clear()
|
return require("CopilotChat").reset()
|
||||||
end,
|
end,
|
||||||
desc = "Clear (CopilotChat)",
|
desc = "Clear (CopilotChat)",
|
||||||
mode = { "n", "v" },
|
mode = { "n", "v" },
|
||||||
|
Reference in New Issue
Block a user