rescript-lang / vim-rescript

MIT License
154 stars 15 forks source link

Fix cwd #32

Closed ryyppy closed 3 years ago

ryyppy commented 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.

Use :RescriptInfo to get details about the current environment and detected project paths.