diff options
| author | github-actions <github-actions@github.com> | 2021-07-05 15:35:35 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-05 15:35:35 +0000 |
| commit | 4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f (patch) | |
| tree | cb0168113912da3790a08743441370c3e153a0ca | |
| parent | Merge pull request #1040 from neovim/revert-955-bugfix/new_file_lsp (diff) | |
| download | nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.gz nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.bz2 nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.lz nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.xz nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.tar.zst nvim-lspconfig-4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3717,7 +3717,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason" } + filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
