From 62ac947c9b31435fc7ba4f13de403de15a4dcc0a Mon Sep 17 00:00:00 2001 From: AnaxGotJuice <64612032+ImenKedir@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:54:05 -0800 Subject: [PATCH] show hidden files --- lua/config/neo-tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/neo-tree.lua b/lua/config/neo-tree.lua index 311dda8..91571bf 100644 --- a/lua/config/neo-tree.lua +++ b/lua/config/neo-tree.lua @@ -15,6 +15,7 @@ import("neo-tree", function(neoTree) }, filesystem = { filtered_items = { + visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out" never_show = { ".git", ".DS_Store",