diff options
| author | github-actions <github-actions@github.com> | 2021-06-29 21:13:15 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-06-29 21:13:15 +0000 |
| commit | 234a8cdad1104dd562796e6ca2c6c41e22e5f77a (patch) | |
| tree | 66f14e535920c6171559baeaac85e7f5c7cdff2d | |
| parent | fix(terraform): terraform-ls is for terraform only (diff) | |
| download | nvim-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") ``` |
