Support gleamlsp language server for gleam (#4696)

This commit is contained in:
Jonathan Palardy
2024-01-14 03:43:59 -08:00
committed by GitHub
parent 32e6fc5975
commit ebc6718c0a
7 changed files with 62 additions and 0 deletions
+23
View 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: