mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(copilot-chat): clear -> reset
This commit is contained in:
parent
eb1c04bd31
commit
02b240cea5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ return {
|
|||
{
|
||||
"<leader>ax",
|
||||
function()
|
||||
return require("CopilotChat").clear()
|
||||
return require("CopilotChat").reset()
|
||||
end,
|
||||
desc = "Clear (CopilotChat)",
|
||||
mode = { "n", "v" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue