aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-03 21:34:53 +0000
committergithub-actions <github-actions@github.com>2021-07-03 21:34:53 +0000
commit30eef6170d8820bc678b656de00c67d94e82ab50 (patch)
tree045c6152ac5a7349bef3431c9ad6e8b1fdf9504f
parentfix: prevent dirname returning '/' if path is empty string (diff)
downloadnvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar
nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.gz
nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.bz2
nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.lz
nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.xz
nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.zst
nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.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 59d4bace..74171ac9 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
+ filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```