docs: add quick start and rename vimdoc #127

Merged
barrettruth merged 1 commit from docs/help-quickstart into main 2026-05-09 16:14:32 +00:00
Owner

Checklist

  • I have read CONTRIBUTING.md.
  • No AI was used to generate, edit, or review any part of this contribution.

Problem

The README and vimdoc still centered the legacy preview.nvim help topic, and
the help file kept the .nvim suffix in its filename.

Solution

  • Rename the help file to doc/preview.txt while preserving legacy help tags.
  • Add a concise Quick Start to the README and vimdoc for the common preview loop.
  • Prefer :help preview and :help preview-migration in user-facing pointers.

Verification

  • git diff --check
  • vimdoc-language-server format --check doc/
  • vimdoc-language-server check doc/
  • stylua --check lua/preview/migration.lua spec/migration_spec.lua
  • nix develop --command env LUA_PATH='./lua/?.lua;./lua/?/init.lua;./spec/?.lua;;' busted spec/migration_spec.lua
## Checklist - [x] I have read [CONTRIBUTING.md](https://git.barrettruth.com/barrettruth/preview.nvim/src/branch/main/CONTRIBUTING.md). - [ ] No AI was used to generate, edit, or review any part of this contribution. ## Problem The README and vimdoc still centered the legacy `preview.nvim` help topic, and the help file kept the `.nvim` suffix in its filename. ## Solution - Rename the help file to `doc/preview.txt` while preserving legacy help tags. - Add a concise Quick Start to the README and vimdoc for the common preview loop. - Prefer `:help preview` and `:help preview-migration` in user-facing pointers. ## Verification - [x] `git diff --check` - [x] `vimdoc-language-server format --check doc/` - [x] `vimdoc-language-server check doc/` - [x] `stylua --check lua/preview/migration.lua spec/migration_spec.lua` - [x] `nix develop --command env LUA_PATH='./lua/?.lua;./lua/?/init.lua;./spec/?.lua;;' busted spec/migration_spec.lua`
docs: add quick start and rename vimdoc
All checks were successful
quality / Format (pull_request) Successful in 10s
quality / Test (pull_request) Successful in 6s
quality / Lint (pull_request) Successful in 8s
48c7d4f83a
barrettruth deleted branch docs/help-quickstart 2026-05-09 16:14:33 +00:00
Sign in to join this conversation.
No description provided.