mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Adding support for Odin language server (ols). (#4679)
This commit is contained in:
29
doc/ale-odin.txt
Normal file
29
doc/ale-odin.txt
Normal file
@@ -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:
|
||||
@@ -422,6 +422,8 @@ Notes:
|
||||
* `ocamllsp`
|
||||
* `ocp-indent`
|
||||
* `ols`
|
||||
* Odin
|
||||
* `ols`
|
||||
* OpenApi
|
||||
* `ibm_validator`
|
||||
* `prettier`
|
||||
|
||||
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user