diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-04-27 00:20:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 00:20:24 +0100 |
commit | fbed7c15b95d712be105d20319eda4fedf1c6489 (patch) | |
tree | 36df40f3ef0e1672934b61596045058a0fefc19d /doc | |
parent | 447917e3485ae6ff17e6dbc6d21be351cd152753 (diff) | |
parent | 4db5f3923d8e30155c02fd903817e27cc0aa293f (diff) | |
download | ale-fbed7c15b95d712be105d20319eda4fedf1c6489.zip |
Merge pull request #504 from bassjacob/master
Create reasonml merlin linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-reasonml.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt new file mode 100644 index 00000000..fddd7d75 --- /dev/null +++ b/doc/ale-reasonml.txt @@ -0,0 +1,15 @@ +=============================================================================== +ALE ReasonML Integration *ale-reasonml-options* + + +------------------------------------------------------------------------------- +merlin *ale-reasonml-merlin* + + To use merlin linter for ReasonML source code you need to make sure Merlin for + Vim is correctly configured. See the corresponding Merlin wiki page for + detailed instructions + (https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch). + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |