nvim-tree.lua/lua/nvim-tree/explorer
remvn 2d97059661
fix: bookmark filter shows marked directory children (#2719)
* fix: bookmark filter include marked-directory's children

* fix(perf): add path_type to filter functions

* fix: replace undefined type

* fix: correct Node.fs_stat type

* fix: file info popup check fs_stat not nil

* refactor: add stat to should_filter, Node constructor

* perf: early return if bookmark is empty

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2024-03-30 13:21:55 +11:00
..
explore.lua fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
filters.lua fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
init.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
node-builders.lua fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
node.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
reload.lua fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
sorters.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
watch.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00