From c7694fc6dcd8e1079a6d3afcb397343daa29130a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 11 Jul 2021 17:59:36 +0000 Subject: [PATCH] [docgen] Update CONFIG.md skip-checks: true --- CONFIG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index a759c14bbb..411a10059b 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" } + filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" } get_language_id = function(_, ftype) return language_id_of[ftype] end @@ -3868,7 +3868,7 @@ This server accepts configuration via the `settings` key. Default: `vim.NIL` - array with paths to add to perl library path\. This setting is used by the syntax checker and for the debugee and also for the LanguageServer itself\. + array with paths to add to perl library path\. This setting is used by the syntax checker and for the debuggee and also for the LanguageServer itself\. - **`perl.showLocalVars`**: `boolean`