summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles B Johnson <mail@cbjohnson.info>2020-07-04 14:11:16 -0500
committerCharles B Johnson <mail@cbjohnson.info>2021-01-22 09:23:54 -0600
commit1991313ee734129d056a61d6daf1da2c738f8e1a (patch)
treea0851c62f5bdee9b608b63a57a0a24b81555522d /doc
parentf17beadb49a6e57520303ea9a10722df1be4d13e (diff)
downloadale-1991313ee734129d056a61d6daf1da2c738f8e1a.zip
xo: update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-typescript.txt27
-rw-r--r--doc/ale.txt1
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt
index 2c50d119..026d17ce 100644
--- a/doc/ale-typescript.txt
+++ b/doc/ale-typescript.txt
@@ -139,4 +139,31 @@ g:ale_typescript_tsserver_use_global *g:ale_typescript_tsserver_use_global*
===============================================================================
+xo *ale-typescript-xo*
+
+g:ale_typescript_xo_executable *g:ale_typescript_xo_executable*
+ *b:ale_typescript_xo_executable*
+ Type: |String|
+ Default: `'xo'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_typescript_xo_options *g:ale_typescript_xo_options*
+ *b:ale_typescript_xo_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to xo.
+
+
+g:ale_typescript_xo_use_global *g:ale_typescript_xo_use_global*
+ *b:ale_typescript_xo_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 cfb5beb4..817201c4 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2997,6 +2997,7 @@ documented in additional help files.
standard..............................|ale-typescript-standard|
tslint................................|ale-typescript-tslint|
tsserver..............................|ale-typescript-tsserver|
+ xo....................................|ale-typescript-xo|
vala....................................|ale-vala-options|
uncrustify............................|ale-vala-uncrustify|
verilog/systemverilog...................|ale-verilog-options|