diff options
Diffstat (limited to 'doc/ale-ocaml.txt')
-rw-r--r-- | doc/ale-ocaml.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-ocaml.txt b/doc/ale-ocaml.txt new file mode 100644 index 00000000..3e123741 --- /dev/null +++ b/doc/ale-ocaml.txt @@ -0,0 +1,15 @@ +=============================================================================== +ALE OCaml Integration *ale-ocaml-options* + + +------------------------------------------------------------------------------- +merlin *ale-ocaml-merlin* + + To use merlin linter for OCaml 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: |