summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrliang <ricardoliang@gmail.com>2019-05-13 15:50:03 -0300
committerrliang <ricardoliang@gmail.com>2019-05-13 15:50:03 -0300
commitab7e5b264f27bef8ec8abf795ebe66214d057620 (patch)
treefc45c2a46640c5e51f093463dcef88d531430786 /doc
parentc88ebc5e70852c9571aa7a94b5eb28df000d693a (diff)
downloadale-ab7e5b264f27bef8ec8abf795ebe66214d057620.zip
[linter] Add LSP support for LaTeX via texlab
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale-tex.txt20
-rw-r--r--doc/ale.txt1
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index d6fbafa6..16dc10f9 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -236,6 +236,7 @@ Notes:
* `lacheck`
* `proselint`
* `redpen`
+ * `texlab`
* `textlint`
* `vale`
* `write-good`
diff --git a/doc/ale-tex.txt b/doc/ale-tex.txt
index b1b09117..ceb9fa81 100644
--- a/doc/ale-tex.txt
+++ b/doc/ale-tex.txt
@@ -54,4 +54,24 @@ g:ale_tex_latexindent_options *g:ale_tex_latexindent_options*
===============================================================================
+texlab *ale-tex-texlab*
+
+g:ale_tex_texlab_executable *g:ale_tex_texlab_executable*
+ *b:ale_tex_texlab_executable*
+ Type: |String|
+ Default: `'texlab'`
+
+ This variable can be changed to change the path to texlab.
+
+
+g:ale_tex_texlab_options *g:ale_tex_texlab_options*
+ *b:ale_tex_texlab_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to modify flags given to texlab.
+
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale.txt b/doc/ale.txt
index 2a086981..3fe19b4f 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2245,6 +2245,7 @@ documented in additional help files.
chktex................................|ale-tex-chktex|
lacheck...............................|ale-tex-lacheck|
latexindent...........................|ale-tex-latexindent|
+ texlab................................|ale-tex-texlab|
texinfo.................................|ale-texinfo-options|
write-good............................|ale-texinfo-write-good|
text....................................|ale-text-options|