Added new option, respect_buf_cwd (#533)

This commit is contained in:
Yusuke Uchida
2021-08-07 16:59:42 +09:00
committed by GitHub
parent 7bed04718e
commit 143505b281
3 changed files with 10 additions and 2 deletions

View File

@@ -320,6 +320,11 @@ Can be 0 or 1. 0 by default.
Will update the tree cwd when changing nvim's directory (DirChanged event).
WARNING: Behaves strangely with autochdir set.
|g:nvim_tree_respect_buf_cwd| *g:nvim_tree_respect_buf_cwd*
Can be 0 or 1. 0 by default.
Will change cwd of nvim-tree to that of new buffer's when opening nvim-tree.
==============================================================================
INFORMATIONS *nvim-tree-info*