docs: add quick start and rename vimdoc #43

Merged
barrettruth merged 1 commit from docs/help-quickstart into main 2026-05-09 16:28:31 +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 migration warning still pointed users at legacy .nvim help topics, and the vimdoc file used the legacy filename.

Solution

  • Rename the vimdoc file to doc/import-cost.txt while preserving legacy help tags.
  • Keep Installation separate from Quick Start, with both vim.pack and LuaRocks install paths intact.
  • Add a concise Quick Start for post-install use: supported buffers attach automatically and vim.g.import_cost customizes behavior.
  • Update README, CONTRIBUTING, and the migration warning to prefer the clean help topics.

Verification

  • git diff --check
  • vimdoc-language-server check doc/
  • vimdoc-language-server format --check doc/
  • stylua --check lua/import-cost/migration.lua
  • just lint
## Checklist - [x] I have read [CONTRIBUTING.md](https://git.barrettruth.com/barrettruth/import-cost.nvim/src/branch/main/CONTRIBUTING.md). - [ ] No AI was used to generate, edit, or review any part of this contribution. ## Problem The README and migration warning still pointed users at legacy `.nvim` help topics, and the vimdoc file used the legacy filename. ## Solution - Rename the vimdoc file to `doc/import-cost.txt` while preserving legacy help tags. - Keep Installation separate from Quick Start, with both `vim.pack` and LuaRocks install paths intact. - Add a concise Quick Start for post-install use: supported buffers attach automatically and `vim.g.import_cost` customizes behavior. - Update README, CONTRIBUTING, and the migration warning to prefer the clean help topics. ## Verification - `git diff --check` - `vimdoc-language-server check doc/` - `vimdoc-language-server format --check doc/` - `stylua --check lua/import-cost/migration.lua` - `just lint`
docs: add quick start and rename vimdoc
Some checks are pending
quality / Format (pull_request) Waiting to run
quality / Lint (pull_request) Waiting to run
b7c8939add
barrettruth force-pushed docs/help-quickstart from b7c8939add
Some checks are pending
quality / Format (pull_request) Waiting to run
quality / Lint (pull_request) Waiting to run
to 68defa393c
All checks were successful
quality / Format (pull_request) Successful in 9s
quality / Lint (pull_request) Successful in 6s
2026-05-09 16:16:53 +00:00
Compare
barrettruth deleted branch docs/help-quickstart 2026-05-09 16:28:31 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/import-cost.nvim!43
No description provided.