From 8892bcd44314c455d071baf3b99992eb5de1fd3a Mon Sep 17 00:00:00 2001 From: niverton Date: Wed, 21 Aug 2024 10:20:26 +0200 Subject: [PATCH] feat(neotree): reveal file on open --- lua/plugins/15-mappings.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/15-mappings.lua b/lua/plugins/15-mappings.lua index 5d3152e..7a9d9b6 100644 --- a/lua/plugins/15-mappings.lua +++ b/lua/plugins/15-mappings.lua @@ -4,6 +4,9 @@ return { ---@type AstroCoreOpts opts = { mappings = { + n = { + ["e"] = { "Neotree toggle reveal reveal_force_cwd", desc = "Toggle Explorer" }, + }, t = { [""] = [[]], [""] = [[h]],