diff options
| author | github-actions <github-actions@github.com> | 2021-07-11 17:59:36 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-11 17:59:36 +0000 |
| commit | c7694fc6dcd8e1079a6d3afcb397343daa29130a (patch) | |
| tree | cdb2e8f1e923d287f944038dd53d06404eaa5963 | |
| parent | docs: make the role of on_attach more explicit (diff) | |
| download | nvim-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |
