vim-workspace
vim-workspace copied to clipboard
When Neovim (maybe Vim) has this plugin losts getcwd
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/ .