From 7b5be0d75cdd21113c58b52b2527fc323543a2d1 Mon Sep 17 00:00:00 2001 From: tikikun Date: Wed, 6 Sep 2023 13:59:03 +0700 Subject: [PATCH] add hidden file --- lua/custom/plugins/filetree.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/custom/plugins/filetree.lua b/lua/custom/plugins/filetree.lua index 92c370c7..e5b09e41 100644 --- a/lua/custom/plugins/filetree.lua +++ b/lua/custom/plugins/filetree.lua @@ -14,8 +14,6 @@ return { open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" }, filesystem = { visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out" - hide_dotfiles = false, - hide_gitignored = false, bind_to_cwd = false, follow_current_file = { enabled = true }, use_libuv_file_watcher = true,