2017-04-26 19:25:25 +10:00
|
|
|
===============================================================================
|
2017-04-27 00:22:30 +01:00
|
|
|
ALE ReasonML Integration *ale-reasonml-options*
|
2017-04-26 19:25:25 +10:00
|
|
|
|
|
|
|
|
2017-07-08 14:17:26 +01:00
|
|
|
===============================================================================
|
2017-04-27 00:22:30 +01:00
|
|
|
merlin *ale-reasonml-merlin*
|
2017-04-26 19:25:25 +10:00
|
|
|
|
2017-04-27 00:22:30 +01:00
|
|
|
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
|
2017-04-26 19:25:25 +10:00
|
|
|
detailed instructions
|
|
|
|
(https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch).
|
|
|
|
|
2017-10-29 16:27:52 +01:00
|
|
|
===============================================================================
|
|
|
|
refmt *ale-reasonml-refmt*
|
|
|
|
|
|
|
|
g:ale_reasonml_refmt_executable *g:ale_reasonml_refmt_executable*
|
|
|
|
*b:ale_reasonml_refmt_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'refmt'`
|
|
|
|
|
|
|
|
This variable can be set to pass the path of the refmt fixer.
|
|
|
|
|
|
|
|
g:ale_reasonml_refmt_options *g:ale_reasonml_refmt_options*
|
|
|
|
*b:ale_reasonml_refmt_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to the refmt fixer.
|
2017-04-26 19:25:25 +10:00
|
|
|
|
2017-07-08 14:17:26 +01:00
|
|
|
===============================================================================
|
2017-04-26 19:25:25 +10:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|