Commit graph

6 commits

Author SHA1 Message Date
Barrett Ruth
26dafe2f08
feat: add <Plug> mappings (#27)
## 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.
2026-02-07 14:02:00 -05:00
a59bec1ae3 feat(doc): luacats and other docs 2026-02-04 01:05:57 -05:00
4ee3715efa docs: modernize readme and vimdoc
- Update homepage URL to barrettruth.com
- Replace setup() docs with vim.g.live_server config
- Add luarocks installation to readme
- Remove lazy.nvim specific example
2026-02-03 21:11:26 -05:00
84751fd8a7 feat(doc): optional dir arg to commands 2024-07-13 19:10:13 -05:00
0e4cf0e7e8 feat(docs): update website 2024-01-24 10:06:48 -05:00
Barrett Ruth
894692f380 initial commit 2023-01-07 20:42:18 -06:00