mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

[Neovim] Change NERDTree root when selecting bookmark #440

Open BigfootN opened 3 years ago

BigfootN commented 3 years ago

Hello,

Question

I would like to know if there is a way to change NERDTree's root path when selecting a bookmark and/or opening a file ?

System information

Editor

Neovim 0.4.4

Revelant settings

let g:startify_change_cmd = 'cd'
let g:startify_change_to_dir = 1
let g:startify_change_to_vcs_root = 1
let g:NERDTreeChDirMode = 2

Thank you bery much in advance for any help.

laur89 commented 3 years ago

Maybe vim-rooter?