chore: add not about nosplitright in the readme

This commit is contained in:
kiyan 2022-03-26 14:19:37 +01:00
parent 54c78dbca2
commit 20433ced8a

View File

@ -330,6 +330,7 @@ You can toggle the help UI by pressing `g?`.
2. You can update window options for the tree by setting `require"nvim-tree.view".View.winopts.MY_OPTION = MY_OPTION_VALUE`
3. `toggle` has a second parameter which allows to toggle without focusing the explorer (`require"nvim-tree.toggle(false, false)`).
4. You can allow nvim-tree to behave like vinegar (see `:help nvim-tree-vinegar`).
5. If you `:set nosplitright`, the files will open on the left side of the tree, placing the tree window in the right side of the file you opened.
## Diagnostic Logging