You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
From this website link http://superuser.com/questions/195022/vim-how-to-synchronize-nerdtree-with-current-opened-tab-file-path , I can find the solution to synchronize NERDTree with current opened tab file path. But I'm tring just only use this vim-nerdtree-tabs plugin to implement this feature. Below the setting for this plugin on my ~/.vimrc:
But it is not work for the feature I want as the title said. Anything I'm setting wrong or this vim-nerdtree-tabs doesn't support this feature?
Hello,