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