aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index a759c14b..411a1005 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`