aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-05-21 20:34:12 +0000
committergithub-actions <github-actions@github.com>2021-05-21 20:34:12 +0000
commit2f26391ccf88cd4adff8f11e96412a3536624bd7 (patch)
treebcea81704cd6d4829f58a7a3d09ee5df8ba9d218
parentUpdate vimdoc.yml (diff)
downloadnvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar
nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.gz
nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.bz2
nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.lz
nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.xz
nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.tar.zst
nvim-lspconfig-2f26391ccf88cd4adff8f11e96412a3536624bd7.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 6a700118..c94d9da1 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3565,7 +3565,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" }
+ filetypes = { "reason", "ocamlinterface", "ocamllex", "ocaml", "menhir" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```