Skip to content

Commit

Permalink
[docgen] Update CONFIG.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Jul 11, 2021
1 parent a1dc30c commit c7694fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit c7694fc

Please sign in to comment.