aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-06-30 17:58:06 +0000
committergithub-actions <github-actions@github.com>2021-06-30 17:58:06 +0000
commit161ec66bda585fd7ba402cf7434bac87c927734f (patch)
tree15a50dba6395da33da6a52c8d88e9197c9715955
parentMerge pull request #1011 from mjlbach/docs/recommend_debounce (diff)
downloadnvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar
nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.gz
nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.bz2
nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.lz
nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.xz
nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.tar.zst
nvim-lspconfig-161ec66bda585fd7ba402cf7434bac87c927734f.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 c07b183b..42accbd7 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3704,7 +3704,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamllex", "ocaml", "menhir", "ocamlinterface", "reason" }
+ filetypes = { "reason", "menhir", "ocamlinterface", "ocaml", "ocamllex" }
get_language_id = function (_, ftype) return language_id_of[ftype] end
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
```