From dbec83d57a1d5936ac860c37e0393a89b7cae7e9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 6 Jun 2024 18:05:09 +0200 Subject: [PATCH] feat(neo-tree): added l:open and h:close_node to neo-tree. Closes #3293 --- lua/lazyvim/plugins/editor.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index b434ded1..3dc5159b 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -72,6 +72,8 @@ return { }, window = { mappings = { + ["l"] = "open", + ["h"] = "close_node", [""] = "none", ["Y"] = { function(state)