aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-09 16:16:11 +0000
committergithub-actions <github-actions@github.com>2021-07-09 16:16:11 +0000
commitb64950c2b05c59335759a17c8d33f5e77d9446be (patch)
tree632e1ee5bb7d775278638800c0e85b944585c6f1
parentfix: ensure path exists before calling fs_realpath (#1052) (diff)
downloadnvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar
nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.gz
nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.bz2
nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.lz
nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.xz
nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.zst
nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.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 89a6866b..b78b9e60 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end