feat(programs/neovim): add expand-all command to neo-tree
This commit is contained in:
parent
9cb4060185
commit
b09ffa3cd3
1 changed files with 5 additions and 0 deletions
|
@ -165,4 +165,9 @@ require("fidget").setup()
|
||||||
|
|
||||||
require("neo-tree").setup({
|
require("neo-tree").setup({
|
||||||
close_if_last_window = true,
|
close_if_last_window = true,
|
||||||
|
window = {
|
||||||
|
mappings = {
|
||||||
|
["Z"] = "expand_all_nodes",
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue