diff options
| author | github-actions <github-actions@github.com> | 2021-07-09 16:16:11 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-09 16:16:11 +0000 |
| commit | b64950c2b05c59335759a17c8d33f5e77d9446be (patch) | |
| tree | 632e1ee5bb7d775278638800c0e85b944585c6f1 | |
| parent | fix: ensure path exists before calling fs_realpath (#1052) (diff) | |
| download | nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.gz nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.bz2 nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.lz nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.xz nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.tar.zst nvim-lspconfig-b64950c2b05c59335759a17c8d33f5e77d9446be.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "menhir", "reason", "ocamlinterface", "ocaml", "ocamllex" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
