From b1878da1a5c397605df9631fee327812deae1004 Mon Sep 17 00:00:00 2001 From: zeekling Date: Thu, 27 Jun 2024 00:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/help.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/help.lua b/lua/plugins/help.lua index f3f5cb1..cd28cf8 100644 --- a/lua/plugins/help.lua +++ b/lua/plugins/help.lua @@ -29,7 +29,8 @@ return { }, d = { name = "dirTree", - t = { "NvimTreeToggle", "show or hidden dir tree on left" }, + t = { "Neotree left", "show or hidden dir tree on left" }, + p = { "Neotree float", "Pop dir tree" }, }, f = { name = "Find",