package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Event = Nvim_internal.Ui_event
module Options : sig ... end
module Description : sig ... end
val describe_attached_uis : Description.t list Api_call.Or_error.t
type t
val attach : Core.Source_code_position.t -> [ `connected ] Client.t -> width:int -> height:int -> options:Nvim_internal.Ui_options.t -> on_event:(Event.t -> unit) -> on_parse_error: [ `Raise | `Ignore | `Call of Core.Error.t -> Msgpack_rpc.Event.t -> unit ] -> t Async.Deferred.Or_error.t

Note that setting certain UI options implicitly sets other UI options despite the value passed here. See `:h ui-option` for details.

module Untested : sig ... end