Skip to content

Commit 18af8d1

Browse files
committed
style: include toc-validation in rumdl config
1 parent c1ebb5d commit 18af8d1

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.rumdl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ enabled = true # opt-in rule
3939
style = "sentence_case"
4040
ignore-words = ["nvim", "Obsidian", "Alfred"]
4141

42+
[toc-validation]
43+
enabled = true # opt-in rule
44+
4245
# ------------------------------------------------------------------------------
4346

4447
[per-file-ignores]

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nvim-tinygit <!-- rumdl-disable-line MD063 -->
1+
# Nvim-tinygit <!-- rumdl-disable-line MD063 -->
22
<a href="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit">
33
<img alt="badge" src="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit/shield?style=flat"/></a>
44

@@ -51,24 +51,26 @@ Bundle of commands focused on swift and streamlined git operations.
5151
## Table of contents
5252

5353
<!-- toc -->
54-
5554
- [Installation](#installation)
5655
- [Configuration](#configuration)
5756
- [Commands](#commands)
5857
- [Interactive staging](#interactive-staging)
5958
- [Smart commit](#smart-commit)
6059
- [Amend and fixup commits](#amend-and-fixup-commits)
60+
- [Amending](#amending)
61+
- [Fixup commits](#fixup-commits)
6162
- [Undo last commit/amend](#undo-last-commitamend)
6263
- [GitHub interaction](#github-interaction)
64+
- [Search issues & PRs](#search-issues--prs)
65+
- [GitHub URL](#github-url)
6366
- [Push & PRs](#push--prs)
6467
- [File history](#file-history)
6568
- [Stash](#stash)
6669
- [Status line components](#status-line-components)
67-
- [git blame](#git-blame)
70+
- [Git blame](#git-blame)
6871
- [Branch state](#branch-state)
6972
- [File state](#file-state)
7073
- [Credits](#credits)
71-
7274
<!-- tocstop -->
7375

7476
## Installation

0 commit comments

Comments
 (0)