ocaml.nvim icon indicating copy to clipboard operation
ocaml.nvim copied to clipboard

Results 6 ocaml.nvim issues
Sort by recently updated
recently updated
newest added

Just wondering, How does this plugin stand in relation with https://github.com/ocaml/merlin Any reason to choose this plugin over merlin, or should they be used together?

I tried to configure nvim from https://github.com/nvim-lua/kickstart.nvim for a first time, but got issues with applying your repo using a README. Instructions say, that I should use `Plug ...` and...

I have a snippet in my config that will check if I'm in a dune project and if so will run `dune build @check` and restart the lsp. Could be...

Makefile was failing to run, the repository stanza uses url now.

When making any change in a file with this command running in the background two things happen - The file doesn't refresh immediately and I need to either switch back-n-forth...

When I run make I get the following error: ```output File "dune-workspace", lines 6-8, characters 0-136: 6 | (repository 7 | (name andrey) 8 | (source "git+https://github.com/andreypopp/opam-repository-1.git#7617b0899497eaa0447b bc19b15467c7237aa290")) Error: Field...