From 9902a5be3f95e343d7f43a6f1db4c4d16dcd107f Mon Sep 17 00:00:00 2001 From: Nisal <30633436+nisalVD@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:26:02 +1100 Subject: [PATCH] docs: input for items with args --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a24bc74..b227dac9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ return { end, event = "VeryLazy", keys = { - { "ccb", "CopilotChatBuffer", desc = "CopilotChat - Chat with current buffer" }, + { "ccb", "CopilotChatBuffer ", desc = "CopilotChat - Chat with current buffer" }, { "cce", "CopilotChatExplain", desc = "CopilotChat - Explain code" }, { "cct", "CopilotChatTests", desc = "CopilotChat - Generate tests" }, { @@ -63,7 +63,7 @@ return { }, { "ccv", - ":CopilotChatVisual", + ":CopilotChatVisual ", mode = "x", desc = "CopilotChat - Open in vertical split", },