package vcaml

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

Module Nvim_internal.Ui_optionsSource

Sourcetype t = {
  1. ext_cmdline : bool;
  2. ext_hlstate : bool;
  3. ext_linegrid : bool;
  4. ext_messages : bool;
  5. ext_multigrid : bool;
  6. ext_popupmenu : bool;
  7. ext_tabline : bool;
  8. ext_termcolors : bool;
  9. ext_wildmenu : bool;
  10. rgb : bool;
}
Sourceval rgb : t -> bool
Sourceval ext_wildmenu : t -> bool
Sourceval ext_termcolors : t -> bool
Sourceval ext_tabline : t -> bool
Sourceval ext_popupmenu : t -> bool
Sourceval ext_multigrid : t -> bool
Sourceval ext_messages : t -> bool
Sourceval ext_linegrid : t -> bool
Sourceval ext_hlstate : t -> bool
Sourceval ext_cmdline : t -> bool
Sourcemodule Fields : sig ... end
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval empty : t
OCaml

Innovation. Community. Security.