mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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",
|
"<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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue