feat: make it possible to collapse the tree but keep the directories open which are in used in buffers (#1057)

This commit is contained in:
Andreas Bissinger
2022-03-09 11:08:29 +01:00
committed by GitHub
parent d5a12ac9db
commit 60a9c86c53
4 changed files with 32 additions and 2 deletions

View File

@@ -66,6 +66,15 @@ adds or removes the given value to the current window width.
Example `:NvimTreeResize -20` removes the value 20 from the current width. And
`:NvimTreeResize +20` adds the value 20 to the current width.
|:NvimTreeCollapse| *:NvimTreeCollapse*
Collapses the nvim-tree recursively.
|:NvimTreeCollapseKeepBuffers| *:NvimTreeCollapseKeepBuffers*
Collapses the nvim-tree recursively, but keep the directories open, which are
used in an open buffer.
==============================================================================
SETUP *nvim-tree.setup*