diff --git a/doc/diffs.nvim.txt b/doc/diffs.nvim.txt index 65345d4..3bb5a09 100644 --- a/doc/diffs.nvim.txt +++ b/doc/diffs.nvim.txt @@ -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*