diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 602876d..4388af7 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -53,7 +53,7 @@ return { { "E", function() - require("neo-tree.command").execute({action="show", reveal=true}) + require("neo-tree.command").execute({action="focus", reveal=true}) end, desc = "NeoTree: reveal file", },