summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Olofsson <alexander.olofsson@liu.se>2018-07-05 14:04:20 +0200
committerAlexander Olofsson <alexander.olofsson@liu.se>2018-07-05 14:04:20 +0200
commitfd42e8e935e31ac7eef8db821302280d12e6cff0 (patch)
tree6bd868843411843b93fe936d80134991aad93b4d /doc
parentd49daeb816217014a50bdab9d61b22535e55b179 (diff)
downloadale-fd42e8e935e31ac7eef8db821302280d12e6cff0.zip
vue: Add the vls language server linter
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-vue.txt20
-rw-r--r--doc/ale.txt3
2 files changed, 22 insertions, 1 deletions
diff --git a/doc/ale-vue.txt b/doc/ale-vue.txt
index 937b603b..a2c2786f 100644
--- a/doc/ale-vue.txt
+++ b/doc/ale-vue.txt
@@ -7,5 +7,25 @@ prettier *ale-vue-prettier*
See |ale-javascript-prettier| for information about the available options.
+
+===============================================================================
+vls *ale-vue-vls*
+
+g:ale_vue_vls_executable *g:ale_vue_vls_executable*
+ *b:ale_vue_vls_executable*
+ Type: |String|
+ Default: `'vls'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_vue_vls_use_global *g:ale_vue_vls_use_global*
+ *b:ale_vue_vls_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale.txt b/doc/ale.txt
index 9283765f..b500d5d4 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -273,6 +273,7 @@ CONTENTS *ale-contents*
write-good..........................|ale-vim-help-write-good|
vue...................................|ale-vue-options|
prettier............................|ale-vue-prettier|
+ vls.................................|ale-vue-vls|
xhtml.................................|ale-xhtml-options|
write-good..........................|ale-xhtml-write-good|
xml...................................|ale-xml-options|
@@ -418,7 +419,7 @@ Notes:
* Verilog: `iverilog`, `verilator`
* Vim: `vint`
* Vim help^: `alex`!!, `proselint`, `write-good`
-* Vue: `prettier`
+* Vue: `prettier`, `vls`
* XHTML: `alex`!!, `proselint`, `write-good`
* XML: `xmllint`
* YAML: `swaglint`, `yamllint`