package vcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vcaml.Client_infoSource

Client_info is present for every remote, ui, embedder, host, or plugin attached to neovim.

For more details, run `:h nvim_set_client_info`

Sourcemodule Version : sig ... end
Sourcemodule Client_type : sig ... end
Sourcemodule Client_method : sig ... end
Sourcetype t = {
  1. version : Version.t option;
  2. methods : Client_method.t Core.String.Map.t;
  3. attributes : string Core.String.Map.t;
  4. name : string option;
  5. type_ : Client_type.t option;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval of_msgpack : Msgpack.t -> t Core.Or_error.t
OCaml

Innovation. Community. Security.