mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Support gleamlsp language server for gleam (#4696)
This commit is contained in:
23
doc/ale-gleam.txt
Normal file
23
doc/ale-gleam.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
===============================================================================
|
||||
ALE Gleam Integration *ale-gleam-options*
|
||||
*ale-integration-gleam*
|
||||
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
Currently, the only supported linter for gleam is gleamlsp.
|
||||
|
||||
|
||||
===============================================================================
|
||||
gleamlsp *ale-gleam-gleamlsp*
|
||||
|
||||
g:ale_gleam_gleamlsp_executable *g:ale_gleam_gleamlsp_executable*
|
||||
*b:ale_gleam_gleamlsp_executable*
|
||||
Type: |String|
|
||||
Default: `'gleam'`
|
||||
|
||||
This variable can be modified to change the executable path for `gleamlsp`.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -202,6 +202,8 @@ Notes:
|
||||
* `fusion-lint`
|
||||
* Git Commit Messages
|
||||
* `gitlint`
|
||||
* Gleam
|
||||
* `gleamlsp`
|
||||
* GLSL
|
||||
* `glslang`
|
||||
* `glslls`
|
||||
|
||||
@@ -3031,6 +3031,8 @@ documented in additional help files.
|
||||
fusion-lint...........................|ale-fuse-fusionlint|
|
||||
git commit..............................|ale-gitcommit-options|
|
||||
gitlint...............................|ale-gitcommit-gitlint|
|
||||
gleam...................................|ale-gleam-options|
|
||||
gleamlsp..............................|ale-gleam-gleamlsp|
|
||||
glsl....................................|ale-glsl-options|
|
||||
glslang...............................|ale-glsl-glslang|
|
||||
glslls................................|ale-glsl-glslls|
|
||||
|
||||
Reference in New Issue
Block a user