aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-04 01:12:48 +0000
committergithub-actions <github-actions@github.com>2021-07-04 01:12:48 +0000
commit5fe1b132534041e889278f081ff10c02b09c096f (patch)
treec6c187ae9cbd9e3e1ad4de008f339c539db1afc2 /CONFIG.md
parentMerge pull request #1032 from mjlbach/fix/cmd_validation (diff)
downloadnvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar
nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.gz
nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.bz2
nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.lz
nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.xz
nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.tar.zst
nvim-lspconfig-5fe1b132534041e889278f081ff10c02b09c096f.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 83a745f2..913adb2b 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3716,7 +3716,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocaml", "menhir", "ocamlinterface", "reason", "ocamllex" }
+ filetypes = { "ocamlinterface", "ocamllex", "reason", "menhir", "ocaml" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end