VCaml

A library for building Neovim plugins in OCaml.

Reviewing

Most of this library is a direct port of the neovim remote API. For review, consult the following help pages:

Structure

Almost all of the functions in the library are small idiomatic shims on top of the auto-generated functions produced by lib/neovim_api_wrapper Those that have not been tested are in Untested submodules.

VCaml

Api_call

Nvim

Buffer

Window

Tabpage

Ui

Client

Client_info

Keymap

Command

Color

Mark

Mode

Transport

Extract

Notifier