docs: add quick start and rename vimdoc #39

Merged
barrettruth merged 1 commit from docs/help-quickstart into main 2026-05-09 16:14:15 +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 still points users at legacy .nvim help topics, and the vimdoc filename does not match the clean help topic convention.

Solution

  • Rename doc/http-codes.nvim.txt to doc/http-codes.txt while preserving legacy help tags.
  • Add concise Quick Start sections to the README and vimdoc for picker install, backend pinning, :HTTPCodes, and <Plug>(http-codes-pick).
  • Prefer :help http-codes and :help http-codes-forgejo in README references.

Verification

  • git diff --check
  • vimdoc-language-server format doc/
  • vimdoc-language-server format --check doc/
  • vimdoc-language-server check doc/
  • nix develop --command just ci
## Checklist - [x] I have read [CONTRIBUTING.md](https://git.barrettruth.com/barrettruth/http-codes.nvim/src/branch/main/CONTRIBUTING.md). - [ ] No AI was used to generate, edit, or review any part of this contribution. ## Problem The README still points users at legacy `.nvim` help topics, and the vimdoc filename does not match the clean help topic convention. ## Solution - Rename `doc/http-codes.nvim.txt` to `doc/http-codes.txt` while preserving legacy help tags. - Add concise Quick Start sections to the README and vimdoc for picker install, backend pinning, `:HTTPCodes`, and `<Plug>(http-codes-pick)`. - Prefer `:help http-codes` and `:help http-codes-forgejo` in README references. ## Verification - `git diff --check` - `vimdoc-language-server format doc/` - `vimdoc-language-server format --check doc/` - `vimdoc-language-server check doc/` - `nix develop --command just ci`
docs: add quick start and rename vimdoc
All checks were successful
quality / Lint (pull_request) Successful in 6s
quality / Format (pull_request) Successful in 9s
ac6296515a
Sign in to join this conversation.
No description provided.