feat: add <Plug> mappings #10

Merged
barrettruth merged 2 commits from feat/plug-mappings into main 2026-02-07 19:04:18 +00:00
barrettruth commented 2026-02-07 19:00:44 +00:00

Problem

Users who want keybindings must call Lua functions directly or wrap
commands in closures. There is no stable public API for key binding.

Solution

Define mappings in the plugin file and document them in a new
MAPPINGS section in the vimdoc.

## Problem Users who want keybindings must call Lua functions directly or wrap commands in closures. There is no stable public API for key binding. ## Solution Define <Plug> mappings in the plugin file and document them in a new MAPPINGS section in the vimdoc.
Sign in to join this conversation.
No description provided.