2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
ALE OCaml Integration *ale-ocaml-options*
|
|
|
|
|
|
|
|
|
2022-08-08 09:45:56 -04:00
|
|
|
===============================================================================
|
|
|
|
dune *ale-ocaml-dune*
|
|
|
|
|
|
|
|
Dune is a build system for OCaml projects. The `dune format` command is
|
|
|
|
supported for automatically formatting `dune` and `dune-project` files.
|
|
|
|
|
|
|
|
g:ale_ocaml_dune_executable *g:ale_ocaml_dune_executable*
|
|
|
|
*b:ale_ocaml_dune_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'dune'`
|
|
|
|
|
|
|
|
This variable can be set to pass the path to dune.
|
|
|
|
|
|
|
|
g:ale_ocaml_dune_options *g:ale_ocaml_dune_options*
|
|
|
|
*b:ale_ocaml_dune_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to the dune fixer.
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
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).
|
|
|
|
|
2021-05-05 04:25:00 -04:00
|
|
|
===============================================================================
|
|
|
|
ocamllsp *ale-ocaml-ocamllsp*
|
|
|
|
|
|
|
|
The `ocaml-lsp-server` is the official OCaml implementation of the Language
|
|
|
|
Server Protocol. See the installation instructions:
|
|
|
|
https://github.com/ocaml/ocaml-lsp#installation
|
|
|
|
|
|
|
|
g:ale_ocaml_ocamllsp_use_opam *g:ale_ocaml_ocamllsp_use_opam*
|
|
|
|
*b:ale_ocaml_ocamllsp_use_opam*
|
|
|
|
Type: |Number|
|
|
|
|
Default: `get(g:, 'ale_ocaml_ocamllsp_use_opam', 1)`
|
|
|
|
|
|
|
|
This variable can be set to change whether or not opam is used to execute
|
|
|
|
the language server.
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
ols *ale-ocaml-ols*
|
|
|
|
|
|
|
|
The `ocaml-language-server` is the engine that powers OCaml and ReasonML
|
|
|
|
editor support using the Language Server Protocol. See the installation
|
|
|
|
instructions:
|
|
|
|
https://github.com/freebroccolo/ocaml-language-server#installation
|
|
|
|
|
|
|
|
g:ale_ocaml_ols_executable *g:ale_ocaml_ols_executable*
|
|
|
|
*b:ale_ocaml_ols_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'ocaml-language-server'`
|
|
|
|
|
|
|
|
This variable can be set to change the executable path for `ols`.
|
|
|
|
|
|
|
|
g:ale_ocaml_ols_use_global *g:ale_ocaml_ols_use_global*
|
|
|
|
*b:ale_ocaml_ols_use_global*
|
|
|
|
Type: |String|
|
2018-06-14 06:31:12 -04:00
|
|
|
Default: `get(g:, 'ale_use_global_executables', 0)`
|
2018-03-31 10:55:20 -04:00
|
|
|
|
|
|
|
This variable can be set to `1` to always use the globally installed
|
|
|
|
executable. See also |ale-integrations-local-executables|.
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
===============================================================================
|
|
|
|
ocamlformat *ale-ocaml-ocamlformat*
|
|
|
|
|
|
|
|
g:ale_ocaml_ocamlformat_executable *g:ale_ocaml_ocamlformat_executable*
|
|
|
|
*b:ale_ocaml_ocamlformat_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'ocamlformat'`
|
|
|
|
|
|
|
|
This variable can be set to pass the path of the ocamlformat fixer.
|
|
|
|
|
|
|
|
g:ale_ocaml_ocamlformat_options *g:ale_ocaml_ocamlformat_options*
|
|
|
|
*b:ale_ocaml_ocamlformat_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to the ocamlformat fixer.
|
|
|
|
|
2019-05-17 10:09:13 -04:00
|
|
|
===============================================================================
|
|
|
|
ocp-indent *ale-ocaml-ocp-indent*
|
|
|
|
|
|
|
|
g:ale_ocaml_ocp_indent_executable *g:ale_ocaml_ocp_indent_executable*
|
|
|
|
*b:ale_ocaml_ocp_indent_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `ocp-indent`
|
|
|
|
|
|
|
|
This variable can be set to pass the path of the ocp-indent.
|
|
|
|
|
|
|
|
g:ale_ocaml_ocp_indent_options *g:ale_ocaml_ocp_indent_options*
|
|
|
|
*b:ale_ocaml_ocp_indent_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to the ocp-indent.
|
|
|
|
|
|
|
|
g:ale_ocaml_ocp_indent_config *g:ale_ocaml_ocp_indent_config*
|
|
|
|
*b:ale_ocaml_ocp_indent_config*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional config to the ocp-indent.
|
|
|
|
Expand after "--config=".
|
|
|
|
|
|
|
|
"ocp-indent" can also be enabled from ocamlformat config.
|
|
|
|
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|