Closed NitroCao closed 6 years ago
How should I do to let it work? Thanks
Sorry, it still does not work even though I add the line set autochdir
...
Sorry for my poor English... The meaning of issue 19 is that I should disable autochdir like set noautochdir
?...
@JayceCao autochdir
is not supported. Yes, :set noautochdir
is needed. That's the Vim default, so I guess you're using someone else's config.
I solved the problem, just add the line set noautochdir
to the end of .vimrc. I put the line ahead of the plugin manager and it didn't take effect. After I put this line on the end of the config file, it finally worked.
Yes, because you have installed a plugin or something that was setting the option.
This is info of my vim:
When I execute
:Dirvish
in normal mode, dirvish tells me'autochdir' is not supported
.