aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-11 18:04:25 +0000
committergithub-actions <github-actions@github.com>2021-07-11 18:04:25 +0000
commitcfab466847e0874f03cf5b1bfbd89286827c537c (patch)
treef317c93c2179161dcf9c90009195e069c9ef5398 /CONFIG.md
parentUpdate README.md (diff)
downloadnvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar
nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.gz
nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.bz2
nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.lz
nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.xz
nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.tar.zst
nvim-lspconfig-cfab466847e0874f03cf5b1bfbd89286827c537c.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 22e86bd2..ee92d8ee 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocaml", "reason", "menhir", "ocamlinterface", "ocamllex" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end