package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val name : string
val on_error : [ `Raise | `Call of Vcaml.Vcaml_error.t -> unit ]

on_error is invoked when VCaml fails to parse a response from Neovim and when Neovim sends us an asynchronous error event to inform us that it encountered a problem with a message we sent.

val rpc_handlers : Vcaml_plugin__.Vcaml_plugin_intf.Oneshot.Rpc.t list