Module cmds

Module cmds 

Source
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.

Functionsยง

create ๐Ÿ”’
Creates all configured autocommands and user commands.
dict
[Dictionary] of user command helpers.