chore: switch cd to lcd and update root on dirchanged

This commit is contained in:
kiyan
2021-06-07 20:09:48 +02:00
parent f1f14885f7
commit 3196205131
5 changed files with 12 additions and 2 deletions

View File

@@ -297,6 +297,12 @@ of the file on the current line.
One space by default, used for rendering the space between the icon and the filename. Use with caution, it could break rendering if you set an empty string depending on your font.
|g:nvim_tree_update_cwd|
Can be 0 or 1. 1 by default.
Will update the tree cwd when changing nvim's directory (DirChanged event).
WARNING: Behaves strangely with autochdir set.
==============================================================================
INFORMATIONS *nvim-tree-info*