aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-13 00:00:19 +0000
committergithub-actions <github-actions@github.com>2021-07-13 00:00:19 +0000
commitbc7796a5fd8a9c0373413105f0fbd5ea44583538 (patch)
treeeb5a5f188b210a93341c9221a34473435b0f768e
parentfix: do not attach server if buftype is 'nofile' (#1064) (diff)
downloadnvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar
nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.gz
nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.bz2
nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.lz
nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.xz
nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.zst
nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.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 9423c161..20d9d079 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamlinterface", "ocamllex", "reason", "ocaml", "menhir" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end