aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-06-29 21:13:15 +0000
committergithub-actions <github-actions@github.com>2021-06-29 21:13:15 +0000
commit234a8cdad1104dd562796e6ca2c6c41e22e5f77a (patch)
tree66f14e535920c6171559baeaac85e7f5c7cdff2d
parentfix(terraform): terraform-ls is for terraform only (diff)
downloadnvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.tar
nvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.tar.gz
nvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.tar.bz2
nvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.tar.lz
nvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.tar.xz
nvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.tar.zst
nvim-lspconfig-234a8cdad1104dd562796e6ca2c6c41e22e5f77a.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 6ab4991c..c07b183b 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3704,7 +3704,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" }
+ filetypes = { "ocamllex", "ocaml", "menhir", "ocamlinterface", "reason" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```
@@ -6450,7 +6450,7 @@ require'lspconfig'.terraformls.setup{}
Default Values:
cmd = { "terraform-ls", "serve" }
- filetypes = { "terraform", "hcl" }
+ filetypes = { "terraform" }
root_dir = root_pattern(".terraform", ".git")
```