package vcaml

  1. Overview
  2. Docs
OCaml bindings for the Neovim API

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.16.0.tar.gz
sha256=dd123302c46af7ca6eda8a7806c78236fd217a8c73a2e1cd7da85f1d69ed1ae4

doc/vcaml.nvim_internal/Nvim_internal/Ui_options/index.html

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.