feat(programs/neovim): add expand-all command to neo-tree

This commit is contained in:
uku 2025-04-05 10:21:10 +02:00
parent 9cb4060185
commit b09ffa3cd3
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -165,4 +165,9 @@ require("fidget").setup()
require("neo-tree").setup({
close_if_last_window = true,
window = {
mappings = {
["Z"] = "expand_all_nodes",
},
},
})