Closed ryyppy closed 3 years ago
This fixes #30 and #25
To test this change, please do the following:
In your vimrc, add a branch specific plug instruction:
Plug 'rescript-lang/vim-rescript', {'branch': 'fix-cwd'}
After adding the instruction, :so % your vimrc and then run :PlugUpdate. From here on, you can test if the cwd issue still persists.
:so %
vimrc
:PlugUpdate
Use :RescriptInfo to get details about the current environment and detected project paths.
:RescriptInfo
This fixes #30 and #25
To test this change, please do the following:
In your vimrc, add a branch specific plug instruction:
After adding the instruction,
:so %
yourvimrc
and then run:PlugUpdate
. From here on, you can test if the cwd issue still persists.Use
:RescriptInfo
to get details about the current environment and detected project paths.