From ac1f188525b78fa78cfac8908bdbf974f8cb5ff4 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 29 Jan 2023 09:17:13 +0100 Subject: [PATCH] fix(neo-tree): disable the `` mapping (you can use `` instead), to make sure `` mappings still work. Fixes #146 --- lua/lazyvim/plugins/editor.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 0280ec35..e7352d53 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -41,6 +41,11 @@ return { bind_to_cwd = false, follow_current_file = true, }, + window = { + mappings = { + [""] = "none", + }, + }, }, },