Skip to content

andreypopp/ocaml.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ocaml.nvim

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.

:OCamlSwitchImplIntf switch between .ml and .mli

Simply run :OCamlSwitchImplIntf to switch between .ml and .mli files.

:OCamlDocumentSymbols show all symbols in the current buffer

ocaml-document-symbols

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.

:OCamlSearchByType seaches values by type

ocaml-document-symbols

Searches values by type. Uses merlin's search-by-type feature.

This feature requires nvim-fzf.

About

neovim plugin for OCaml development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors