aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-03 19:22:31 +0000
committergithub-actions <github-actions@github.com>2021-07-03 19:22:31 +0000
commitb555dbb6ea8f2c822f7cc5b44e6625adb5d27350 (patch)
tree5c4a52095ce72688b1b9f4a07984ee2d103db42b
parentdocs: fix typos in readme (diff)
downloadnvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar
nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.gz
nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.bz2
nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.lz
nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.xz
nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.tar.zst
nvim-lspconfig-b555dbb6ea8f2c822f7cc5b44e6625adb5d27350.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 74171ac9..264fbb34 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" }
+ filetypes = { "menhir", "ocamlinterface", "ocaml", "ocamllex", "reason" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```