BREAKING_CHANGE: nvim-tree buffer was renamed

You should now use `NvimTree_*` when matching with an autocmd
There is now 1 buffer per tabpage.
This commit is contained in:
kiyan
2022-03-01 20:58:04 +01:00
parent f37c3ffa59
commit 0e7856fd8d
3 changed files with 23 additions and 13 deletions

View File

@@ -60,7 +60,7 @@ Print clipboard content for both cut and copy
|:NvimTreeResize| *:NvimTreeResize*
Resize the NvimTree window to the given size. Example: `:NvimTreeresize 50`
Resize the NvimTree window to the given size. Example: `:NvimTreeResize 50`
resizes the window to the width of 50.
==============================================================================