diff options
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3716,7 +3716,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamlinterface", "ocamllex", "reason", "menhir", "ocaml" } + filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
