Shipping It

Real help, not just a README

*scratchpad.nvim*  A floating scratch pad

==============================================================================
CONTENTS                                          *scratchpad-contents*

1. Setup                                          |scratchpad-setup|
2. Commands                                       |scratchpad-commands|

Words in *asterisks* are tags; words in |bars| are links. Generate the index with:

:helptags doc/

Now :h scratchpad-setup works for your users exactly like any built-in page.

Publish

Push to GitHub, then anyone installs it the normal way:

{ "yourname/scratchpad.nvim", opts = {} }

opts = {} tells lazy.nvim to call your setup() — which is why the convention is worth following.