Closed aspeddro closed 3 years ago
Hi @aspeddro,
It seems that ocamlls
doesn't support textDocument/codeLens
request, which contains information used by this plugin.
Could you please try to use ocaml-lsp instead? It's much more feature-rich, actively maintained by the OCaml community, and it will definitely work with virtual-types.nvim.
You can simply install via opam
:
opam install ocaml-lsp-server
And configure nvim-lspconfig almost the same way you did it for ocamlls
.
I get the folowing error:
My config: