Configuration & extension

Typed options, the Rust/WASM init.rs, and the plugin host.

TopicWhat it covers
OptionsTyped configuration: :set syntax, layered resolution (defaults / TOML / runtime / mode contributions / per-buffer), groups, and how to find every registered option.
init.rsConfiguring lattice in Rust/WASM with init.rs: where it lives, how it loads and reloads, and worked examples for event handlers, custom grammar (commands / motions / text-objects / operators / ex-commands), keybindings, and options.
The leaderThe emacs-keys tribute: a default-on, configurable leader binding emacs-style buffer / file / window chords on top of vim modal editing.
When a key does nothingA key does nothing: how to tell a missing binding from a keystroke the terminal never sent.
PluginsThe WASM plugin host: loading + managing plugins, the capability + fuel + crash-isolation security model, the :plugins manager view, boundary-trace observability, and the plugin API introspection commands.
Core plugins
Org-modeOrg-mode in lattice: what the org plugin gives you, how to install it, the org.* options, and where its full reference lives.