docs: add quick start and rename vimdoc #127
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim!127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/help-quickstart"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checklist
Problem
The README and vimdoc still centered the legacy
preview.nvimhelp topic, andthe help file kept the
.nvimsuffix in its filename.Solution
doc/preview.txtwhile preserving legacy help tags.:help previewand:help preview-migrationin user-facing pointers.Verification
git diff --checkvimdoc-language-server format --check doc/vimdoc-language-server check doc/stylua --check lua/preview/migration.lua spec/migration_spec.luanix develop --command env LUA_PATH='./lua/?.lua;./lua/?/init.lua;./spec/?.lua;;' busted spec/migration_spec.lua