docs: add table of contents to vimdoc (#146)
## Problem The vimdoc has 16 sections but no table of contents, making it hard to navigate with `:help diffs`. ## Solution Add a numbered `CONTENTS` section with dot-leader formatting and `|tag|` links to each existing section, matching the style used in the project's other plugins.
This commit is contained in:
parent
749a21ae3c
commit
7a3c4ea01e
1 changed files with 20 additions and 0 deletions
|
|
@ -22,6 +22,26 @@ Features: ~
|
|||
- Gutter (line number) highlighting
|
||||
- Inline merge conflict marker detection, highlighting, and resolution
|
||||
|
||||
==============================================================================
|
||||
CONTENTS *diffs-contents*
|
||||
|
||||
1. Introduction ............................................... |diffs.nvim|
|
||||
2. Requirements ....................................... |diffs-requirements|
|
||||
3. Setup ..................................................... |diffs-setup|
|
||||
4. Configuration ............................................ |diffs-config|
|
||||
5. Commands ............................................... |diffs-commands|
|
||||
6. Mappings ............................................... |diffs-mappings|
|
||||
7. Fugitive Status Keymaps ................................ |diffs-fugitive|
|
||||
8. Conflict Resolution .................................... |diffs-conflict|
|
||||
9. Merge Diff Resolution ..................................... |diffs-merge|
|
||||
10. Neogit ................................................... |diffs-neogit|
|
||||
11. API ......................................................... |diffs-api|
|
||||
12. Implementation ................................... |diffs-implementation|
|
||||
13. Known Limitations ................................... |diffs-limitations|
|
||||
14. Highlight Groups ..................................... |diffs-highlights|
|
||||
15. Health Check ............................................. |diffs-health|
|
||||
16. Acknowledgements ............................... |diffs-acknowledgements|
|
||||
|
||||
==============================================================================
|
||||
REQUIREMENTS *diffs-requirements*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue