diff options
| author | github-actions <github-actions@github.com> | 2021-07-03 21:34:53 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-03 21:34:53 +0000 |
| commit | 30eef6170d8820bc678b656de00c67d94e82ab50 (patch) | |
| tree | 045c6152ac5a7349bef3431c9ad6e8b1fdf9504f | |
| parent | fix: prevent dirname returning '/' if path is empty string (diff) | |
| download | nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.gz nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.bz2 nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.lz nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.xz nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.tar.zst nvim-lspconfig-30eef6170d8820bc678b656de00c67d94e82ab50.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") ``` |
