aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-02 19:49:27 +0000
committergithub-actions <github-actions@github.com>2021-07-02 19:49:27 +0000
commit400d39d69e1392763bdbd7ea596e44fe2f436b52 (patch)
tree07c28956674b9e728bbcf768fccabda0799ca1d0 /CONFIG.md
parentfix: snippets wiki link in readme (diff)
downloadnvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar
nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.gz
nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.bz2
nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.lz
nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.xz
nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.tar.zst
nvim-lspconfig-400d39d69e1392763bdbd7ea596e44fe2f436b52.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 42accbd7..02e4f434 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3704,7 +3704,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "reason", "menhir", "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")
```