mirror of
https://github.com/neovim/nvim-lspconfig
synced 2025-03-11 04:27:36 +00:00
[docgen] Update CONFIG.md
skip-checks: true
This commit is contained in:
parent
0b9df63d13
commit
30eef6170d
@ -3710,7 +3710,7 @@ require'lspconfig'.ocamllsp.setup{}
|
||||
|
||||
Default Values:
|
||||
cmd = { "ocamllsp" }
|
||||
filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
|
||||
filetypes = { "ocamllex", "menhir", "reason", "ocamlinterface", "ocaml" }
|
||||
get_language_id = function (_, ftype) return language_id_of[ftype] end
|
||||
root_dir = root_pattern("*.opam", "esy.json", "package.json", ".git")
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user