jordwalke / vim-reasonml

esy + vim + reason +the latest Merlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation of `_esy` directory

Schniz opened this issue · comments

When opening vim with the plugin installed in a folder with a package.json file, this plugin generates an _esy directory:

mkdir /tmp/hello
cd /tmp/hello
touch package.json

# open and close vim

ls # will now show `_esy package.json`

Maybe adding a reference about adding _esy to ~/.gitignore?