Closed
Description
Have noticed that tree does not open in repository's root in case such as:
~/ $ nvim
a. open file withStartify
that is part of git repository
b. invoke:NvimTreeFindFile
— tree is opened with root still being~
(I use vimvim-rooter
to change nvim'spwd
)
c. close tree buffer withq
(or any other way)
d. invoke:NvimTreeFindFile
again — tree correctly opened in buffer's repository root directory
1.a correctly changes nvim's directory; :pwd
return repository's root directory for opened file so vim-rooter
does its job.
Other than that - the best tree plugin there is! Thanks!