thaerkh/vim-workspace

When Neovim (maybe Vim) has this plugin losts getcwd

mdtrooper opened this issue · 0 comments

I try with:

$ cd /tmp
$ nvim

And :echo getcwd() is ~/old/project/ .

But when I try with:

$ cd /tmp
$ nvim --clean

The :echo getcwd() is /tmp/ .