summaryrefslogtreecommitdiff
path: root/doc/ale-terraform.txt
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.inc>2021-01-30 15:41:40 +0900
committerHoracio Sanson <horacio@allm.inc>2021-01-30 16:09:39 +0900
commit64d430438ee75f7da5468c3820e1f32e8185f165 (patch)
treee4ded948e416629e2445bea10a6ab68f6e8ce973 /doc/ale-terraform.txt
parent82c8e3a3a3740b520c748ff181e5c29f508b8455 (diff)
downloadale-64d430438ee75f7da5468c3820e1f32e8185f165.zip
Fix 3371 - Add terraform-ls support
Diffstat (limited to 'doc/ale-terraform.txt')
-rw-r--r--doc/ale-terraform.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ale-terraform.txt b/doc/ale-terraform.txt
index f62db190..175bdf5c 100644
--- a/doc/ale-terraform.txt
+++ b/doc/ale-terraform.txt
@@ -33,6 +33,28 @@ g:ale_terraform_terraform_executable *g:ale_terraform_terraform_executable*
===============================================================================
+terraform-ls *ale-terraform-terraform-ls*
+
+Official terraform language server. More stable than *terraform-lsp* but
+currently has less features.
+
+g:ale_terraform_ls_executable *g:ale_terraform_ls_executable*
+ *b:ale_terraform_ls_executable*
+ Type: |String|
+ Default: `'terraform-ls'`
+
+ This variable can be changed to use a different executable for terraform-ls.
+
+
+g:ale_terraform_ls_options *g:ale_terraform_ls_options*
+ *b:ale_terraform_ls_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to pass custom CLI flags to terraform-ls.
+
+
+===============================================================================
terraform-lsp *ale-terraform-terraform-lsp*
g:ale_terraform_langserver_executable *g:ale_terraform_langserver_executable*