aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-06-20 17:17:36 +0000
committergithub-actions <github-actions@github.com>2021-06-20 17:17:36 +0000
commit48e47b4d26e45977d27c06dc1bc116416ca9276d (patch)
tree9592d3e147fe79d1a3413d028c8e07f4ccd1f5ef /CONFIG.md
parentUpdate ADVANCED_README.md (diff)
downloadnvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar
nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.gz
nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.bz2
nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.lz
nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.xz
nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.tar.zst
nvim-lspconfig-48e47b4d26e45977d27c06dc1bc116416ca9276d.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 429bc3a8..c75ae25f 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3696,7 +3696,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```