From da876861ec7af43ec76be6fdf29eaddd55f87800 Mon Sep 17 00:00:00 2001 From: Toth Alex Date: Thu, 28 Sep 2023 11:38:11 +0200 Subject: [PATCH] fix: show all files --- lua/custom/plugins/filetree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/filetree.lua b/lua/custom/plugins/filetree.lua index e23d1107..f7d572c7 100644 --- a/lua/custom/plugins/filetree.lua +++ b/lua/custom/plugins/filetree.lua @@ -18,6 +18,6 @@ return { } } } - vim.keymap.set('n', 'sn', ':Neotree filesystem reveal float git_status', { noremap = true, silent = true }) + vim.keymap.set('n', 'sn', ':Neotree filesystem reveal float', { noremap = true, silent = true }) end, }