Skip to content

Commit bf32900

Browse files
committed
docs: update README with fs filter options
1 parent 27fb7bf commit bf32900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ use {
5151
enable_git_status = true,
5252
enable_diagnostics = true,
5353
filesystem = {
54+
filters = { --These filters are applied to both browsing and searching
55+
show_hidden = false,
56+
respect_gitignore = true,
57+
},
5458
follow_current_file = false, -- This will find and focus the file in the
5559
-- active buffer every time the current file is changed while the tree is open.
5660
use_libuv_file_watcher = false, -- This will use the OS level file watchers

0 commit comments

Comments
 (0)