diff options
| author | github-actions <github-actions@github.com> | 2021-07-12 23:43:25 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-12 23:43:25 +0000 |
| commit | d1fe40a75fb5a409eeedc58a0f70fae109fee054 (patch) | |
| tree | d75e10d8b9c46de0b11ccb0f35eecc2f0c398956 | |
| parent | chore: format with stylua (#1065) (diff) | |
| download | nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.tar nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.tar.gz nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.tar.bz2 nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.tar.lz nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.tar.xz nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.tar.zst nvim-lspconfig-d1fe40a75fb5a409eeedc58a0f70fae109fee054.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 = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" } + filetypes = { "ocamlinterface", "ocamllex", "reason", "ocaml", "menhir" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
