Module user_cmds

Module user_cmds 

Source
Expand description

User command registration helpers.

Defines a small set of ergonomic commands (copy all, highlight listing, lazy maintenance, select all, fkr generator) and registers them with Nvim while notifying on failures.

Constantsยง

USER_CMDS ๐Ÿ”’

Functionsยง

create
Creates user commands (including Fkr for random string generation).
create_user_cmd ๐Ÿ”’
Registers a single user command with Nvim.