aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-11 17:59:36 +0000
committergithub-actions <github-actions@github.com>2021-07-11 17:59:36 +0000
commitc7694fc6dcd8e1079a6d3afcb397343daa29130a (patch)
treecdb2e8f1e923d287f944038dd53d06404eaa5963
parentdocs: make the role of on_attach more explicit (diff)
downloadnvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.tar
nvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.tar.gz
nvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.tar.bz2
nvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.tar.lz
nvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.tar.xz
nvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.tar.zst
nvim-lspconfig-c7694fc6dcd8e1079a6d3afcb397343daa29130a.zip
[docgen] Update CONFIG.md
skip-checks: true
-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`