diff options
author | Benjamin Block <benjamindblock@gmail.com> | 2024-02-22 02:12:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 11:12:57 +0900 |
commit | 8b8ddea6e59eabba86f21f1eff09336d98cf928d (patch) | |
tree | f5170daed5ffbce04610b575e14f491702f17b29 /doc | |
parent | 38c31302da0414c74cabfc6fbefc5d1bf5183fc1 (diff) | |
download | ale-8b8ddea6e59eabba86f21f1eff09336d98cf928d.zip |
Adding support for Odin language server (ols). (#4679)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-odin.txt | 29 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 2 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/doc/ale-odin.txt b/doc/ale-odin.txt new file mode 100644 index 00000000..826411de --- /dev/null +++ b/doc/ale-odin.txt @@ -0,0 +1,29 @@ +=============================================================================== +ALE Odin Integration *ale-odin-options* + *ale-integration-odin* + +=============================================================================== +Integration Information + + Currently, the only supported linter for Odin is ols. + +=============================================================================== +ols *ale-odin-ols* + +g:ale_odin_ols_executable *g:ale_odin_ols_executable* + *b:ale_odin_ols_executable* + Type: |String| + Default: `'ols'` + + This variable can be modified to change the executable path for `ols`. + + +g:ale_odin_ols_config *g:ale_odin_ols_config* + *b:ale_odin_ols_config* + Type: |Dictionary| + Default: `{}` + + Dictionary with configuration settings for ols. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 4b583d56..df84aa37 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -422,6 +422,8 @@ Notes: * `ocamllsp` * `ocp-indent` * `ols` +* Odin + * `ols` * OpenApi * `ibm_validator` * `prettier` diff --git a/doc/ale.txt b/doc/ale.txt index 5254b9d6..682ce1e6 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3224,6 +3224,8 @@ documented in additional help files. ols...................................|ale-ocaml-ols| ocamlformat...........................|ale-ocaml-ocamlformat| ocp-indent............................|ale-ocaml-ocp-indent| + odin....................................|ale-odin-options| + ols...................................|ale-odin-ols| openapi.................................|ale-openapi-options| ibm_validator.........................|ale-openapi-ibm-validator| prettier..............................|ale-openapi-prettier| |