mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 03:50:09 +02:00
plugins/neo-tree: fix incorrect option - filtered_items
This commit is contained in:
parent
4cd3707e00
commit
1319a89ac2
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ in {
|
|||
scan_mode = scanMode;
|
||||
bind_to_cwd = bindToCwd;
|
||||
cwd_target = cwdTarget;
|
||||
filteredItems = with filteredItems;
|
||||
filtered_items = with filteredItems;
|
||||
ifNonNull' cfg.filesystem.filteredItems {
|
||||
inherit visible;
|
||||
force_visible_in_empty_folder = forceVisibleInEmptyFolder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue