aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-05 05:43:07 +0000
committergithub-actions <github-actions@github.com>2021-07-05 05:43:07 +0000
commit3474107cec90c54106244ab3ad25665693aef61c (patch)
treeaf7133c1a81bcb90624c5d0a6751190b173fbcc7 /CONFIG.md
parentfix: try to resolve root directory if file is not yet on disk (diff)
downloadnvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar
nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.gz
nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.bz2
nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.lz
nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.xz
nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.tar.zst
nvim-lspconfig-3474107cec90c54106244ab3ad25665693aef61c.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 c880c06a..0d3f4ca3 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3717,7 +3717,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" }
+ filetypes = { "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end