File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ enabled = true # opt-in rule
3939style = " sentence_case"
4040ignore-words = [" nvim" , " Obsidian" , " Alfred" ]
4141
42+ [toc-validation ]
43+ enabled = true # opt-in rule
44+
4245# ------------------------------------------------------------------------------
4346
4447[per-file-ignores ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments