From a3f7c42a4a9cdbeed35fe36bbbe9062537727961 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Fri, 9 Sep 2022 23:51:10 +0100 Subject: [PATCH] Add neo-tree to the list of file explorers (#72) --- lua/presence/file_explorers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/presence/file_explorers.lua b/lua/presence/file_explorers.lua index 9e66f92..d90ec58 100644 --- a/lua/presence/file_explorers.lua +++ b/lua/presence/file_explorers.lua @@ -4,5 +4,6 @@ return { ["NERD_tree_"] = "NERDTree", ["[defx] default-"] = "Defx", ["netrw"] = "Netrw", - ["TelescopePrompt"] = "Telescope" + ["TelescopePrompt"] = "Telescope", + ['neo-tree'] = 'Neotree' }