Collection of ocaml neovim config files?

Is there a collection of neovim config files for OCaml ?

I’m not looking for anything in particular, just things to skim + possibly plagiarize.

You can find my Neovim configuration here (based on doom-nvim+tweaks): GitHub - edwintorok/doom-nvim: A Neovim configuration for the advanced martian hacker

Also if you like NeoVim I’d suggest to also take a look at my helix configuration here, and notice the amount of OCaml specific configuration there (0), and you get a working LSP+treesitter out of the box (after hx --grammar fetch and hx --grammar build). You can add some OCaml specific config so that it finds the project root.

1 Like