We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fb7bf commit bf32900Copy full SHA for bf32900
README.md
@@ -51,6 +51,10 @@ use {
51
enable_git_status = true,
52
enable_diagnostics = true,
53
filesystem = {
54
+ filters = { --These filters are applied to both browsing and searching
55
+ show_hidden = false,
56
+ respect_gitignore = true,
57
+ },
58
follow_current_file = false, -- This will find and focus the file in the
59
-- active buffer every time the current file is changed while the tree is open.
60
use_libuv_file_watcher = false, -- This will use the OS level file watchers
0 commit comments