summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-ansible.txt23
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-ansible.txt b/doc/ale-ansible.txt
index 3a4efaa5..41442b08 100644
--- a/doc/ale-ansible.txt
+++ b/doc/ale-ansible.txt
@@ -1,6 +1,28 @@
===============================================================================
ALE Ansible Integration *ale-ansible-options*
+===============================================================================
+ansible-language-server *ale-ansible-language-server*
+
+
+g:ale_ansible_language_server_executable *g:ale_ansible_language_server*
+ *b:ale_ansible_language_server*
+
+ Type: |String|
+ Default: 'ansible-language-server'
+
+ Variable can be used to modify the executable used for ansible language server.
+
+
+g:ale_ansible_language_server_config *g:ale_ansible_language_server_config*
+ *b:ale_ansible_language_server_config*
+
+ Type: |Dictionary|
+ Default: '{}'
+
+ Configuration parameters sent to the language server on start. Refer to the
+ ansible language server configuration documentation for list of available
+ options: https://als.readthedocs.io/en/latest/settings/
===============================================================================
ansible-lint *ale-ansible-ansible-lint*
@@ -12,5 +34,6 @@ g:ale_ansible_ansible_lint_executable *g:ale_ansible_ansible_lint_executable*
This variable can be changed to modify the executable used for ansible-lint.
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 7261bf2a..298c0024 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -18,6 +18,7 @@ Notes:
* `gcc`
* `gnatpp`
* Ansible
+ * `ansible-language-server`
* `ansible-lint`!!
* API Blueprint
* `drafter`
diff --git a/doc/ale.txt b/doc/ale.txt
index aff40fd6..a9232c4e 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2767,6 +2767,7 @@ documented in additional help files.
gnatpp................................|ale-ada-gnatpp|
ada-language-server...................|ale-ada-language-server|
ansible.................................|ale-ansible-options|
+ ansible-language-server...............|ale-ansible-language-server|
ansible-lint..........................|ale-ansible-ansible-lint|
apkbuild................................|ale-apkbuild-options|
apkbuild-lint.........................|ale-apkbuild-apkbuild-lint|