Skip to content

Commit 6f3e948

Browse files
committed
chore: regenerate docs
1 parent 1b97cb8 commit 6f3e948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/nvim-tree-lua.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ Config: filesystem_watchers *nvim-tree-config-filesystem-watchers*
17071707
{enable}? (`boolean`) (default: `true`)
17081708
• {debounce_delay}? (`integer`, default: `50`) Idle milliseconds
17091709
between filesystem change and tree update.
1710-
• {ignore_dirs}? (`string[]|(fun(path: string): boolean)`, default: `{ "/.ccls-cache", "/build", "/node_modules", "/target", }`)
1710+
• {ignore_dirs}? (`string[]|(fun(path: string): boolean)`, default: `{ "/.ccls-cache", "/build", "/node_modules", "/target", "/.zig-cache"}`)
17111711
Disable for specific directories.
17121712
• {max_events}? (`integer`, default: `1000`) Disable for a single
17131713
directory after {max_events} consecutive events

0 commit comments

Comments
 (0)