disabled folders collapse binding in neotree

This commit is contained in:
2025-08-13 01:16:27 +05:00
parent 727bc542a1
commit a7c52f39a0

View File

@ -12,7 +12,9 @@ return {
window = { window = {
mappings = { mappings = {
-- disable fuzzy finder -- disable fuzzy finder
["/"] = "noop" ["/"] = "noop",
-- disable folder collapse
["z"] = "noop",
} }
} }
}, },