This is a neovim plugin for OCaml development. It builds on top of neovim's LSP support and provides methods/handlers for ocamllsp specific features.
Simply run :OCamlSwitchImplIntf to switch between .ml and .mli files.
This is an analogue of LSP's document symbols, but it is formatted nicely for OCaml and allows easy navigation. It also includes type information.
Searches values by type. Uses merlin's search-by-type feature.
This feature requires nvim-fzf.

