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