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

Run dune build on file save

Open nkhlmn opened this issue 1 year ago • 1 comments

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 nice to have that as part of this plugin. Happy to contribute that if you'd like.

nkhlmn avatar Jun 05 '24 06:06 nkhlmn

Hmm, interesting - I think better is running dune build @check -w from the command-line. This is usually what I do. What does this strategy bring compared to that one?

tjdevries avatar Jul 05 '24 13:07 tjdevries