Expand description
User commands. User / auto command creation orchestration.
Provides a dictionary exposing create which defines all autocommands and user commands by
delegating to internal modules (auto_cmds, user_cmds).
Re-exportsยง
pub use auto_cmds::create_autocmd;
Modulesยง
- auto_
cmds ๐ - Autocommand group and definition helpers.
- user_
cmds ๐ - User command registration helpers.