feat: add command to prevent nvim-tree window override by another buffer

This commit is contained in:
kiyan
2021-04-16 23:07:10 +02:00
parent 4ee45d9261
commit dc59fa484d
3 changed files with 31 additions and 5 deletions

View File

@@ -186,6 +186,10 @@ This plugin is very fast because it uses the `libuv` `scandir` and `scandir_next
- Mouse support
- It's fast
## Tips
- You can edit the size of the tree during runtime with `:lua require'nvim-tree.view'.View.width = 50`
## Screenshots
![alt text](.github/screenshot.png?raw=true "kyazdani42 tree")