Skip to content

Commit 3361160

Browse files
committed
feat(#2938): more filesystem_watchers.ignore_dirs defaults to to resolve pathalogical issues
1 parent 826f717 commit 3361160

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/nvim-tree-lua.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,12 @@ Following is the default configuration. See |nvim-tree-opts| for details.
561561
filesystem_watchers = {
562562
enable = true,
563563
debounce_delay = 50,
564-
ignore_dirs = { "node_modules" },
564+
ignore_dirs = {
565+
"/.ccls-cache",
566+
"/build",
567+
"/node_modules",
568+
"/target",
569+
},
565570
},
566571
actions = {
567572
use_system_clipboard = true,

0 commit comments

Comments
 (0)