vcaml.nvim_internal
Nvim_internal.Ui_options
ppxlib
vcaml
vcaml.cinaps
vcaml.debug
vcaml.msgpack
vcaml.msgpack.debug
vcaml.msgpack.rpc
vcaml.plugin
vcaml.test.bindings
vcaml.test.helpers
vcaml.test.semantics
yojson
type t = {
ext_cmdline : bool;
ext_hlstate : bool;
ext_linegrid : bool;
ext_messages : bool;
ext_multigrid : bool;
ext_popupmenu : bool;
ext_tabline : bool;
ext_termcolors : bool;
ext_wildmenu : bool;
rgb : bool;
}
module Fields : sig ... end
val sexp_of_t : t -> Sexplib0.Sexp.t
val empty : t