33==============================================================================
44Table of Contents *nvim-tinygit-table-of-contents*
55
6- 1. nvim-tinygit | nvim-tinygit-nvim-tinygit |
7- - Feature overview | nvim-tinygit-nvim-tinygit-feature-overview |
8- - Table of contents | nvim-tinygit-nvim-tinygit-table-of-contents |
9- - Installation | nvim-tinygit-nvim-tinygit-installation |
10- - Configuration | nvim-tinygit-nvim-tinygit-configuration |
11- - Commands | nvim-tinygit-nvim-tinygit-commands |
12- - Status line components | nvim-tinygit-nvim-tinygit-status-line-components |
13- - Credits | nvim-tinygit-nvim-tinygit-credits |
6+ 1. nvim-tinygit | nvim-tinygit-nvim-tinygit- |
7+ - Feature overview | nvim-tinygit-nvim-tinygit- -feature-overview |
8+ - Table of contents | nvim-tinygit-nvim-tinygit- -table-of-contents |
9+ - Installation | nvim-tinygit-nvim-tinygit- -installation |
10+ - Configuration | nvim-tinygit-nvim-tinygit- -configuration |
11+ - Commands | nvim-tinygit-nvim-tinygit- -commands |
12+ - Status line components | nvim-tinygit-nvim-tinygit- -status-line-components |
13+ - Credits | nvim-tinygit-nvim-tinygit- -credits |
1414
1515==============================================================================
16- 1. nvim-tinygit *nvim-tinygit-nvim-tinygit*
16+ 1. nvim-tinygit *nvim-tinygit-nvim-tinygit- *
1717
1818
1919
2020Bundle of commands focused on swift and streamlined git operations.
2121
2222
23- FEATURE OVERVIEW *nvim-tinygit-nvim-tinygit-feature-overview*
23+ FEATURE OVERVIEW *nvim-tinygit-nvim-tinygit- -feature-overview*
2424
2525Interactive stagingSmart commitFile history- **Interactive staging** of hunks (parts of a file). Displays hunk diffs with
2626 syntax highlighting, and allows resetting or navigating to the hunk.
@@ -44,7 +44,7 @@ Interactive stagingSmart commitFile history- **Interactive staging** of hunks (p
4444 and diff navigation.
4545
4646
47- TABLE OF CONTENTS *nvim-tinygit-nvim-tinygit-table-of-contents*
47+ TABLE OF CONTENTS *nvim-tinygit-nvim-tinygit- -table-of-contents*
4848
4949- | nvim-tinygit-installation |
5050- | nvim-tinygit-configuration |
@@ -64,7 +64,7 @@ TABLE OF CONTENTS *nvim-tinygit-nvim-tinygit-table-of-contents*
6464- | nvim-tinygit-credits |
6565
6666
67- INSTALLATION *nvim-tinygit-nvim-tinygit-installation*
67+ INSTALLATION *nvim-tinygit-nvim-tinygit- -installation*
6868
6969**Requirements** - nvim 0.10+ - A plugin implementing `vim .ui.select` , such as:
7070- snacks.picker <http://github.com/folke/snacks.nvim > - mini.pick
@@ -92,7 +92,7 @@ gitcommit`.
9292<
9393
9494
95- CONFIGURATION *nvim-tinygit-nvim-tinygit-configuration*
95+ CONFIGURATION *nvim-tinygit-nvim-tinygit- -configuration*
9696
9797The `setup` call is optional.
9898
@@ -213,7 +213,7 @@ The `setup` call is optional.
213213<
214214
215215
216- COMMANDS *nvim-tinygit-nvim-tinygit-commands*
216+ COMMANDS *nvim-tinygit-nvim-tinygit- -commands*
217217
218218All commands are available as Lua function or as subcommand of `:Tinygit` , for
219219example `require (" tinygit" ).interactiveStaging ()` and `:Tinygit
@@ -441,7 +441,7 @@ Simple wrappers around `git stash push` and `git stash pop`.
441441<
442442
443443
444- STATUS LINE COMPONENTS *nvim-tinygit-nvim-tinygit-status-line-components*
444+ STATUS LINE COMPONENTS *nvim-tinygit-nvim-tinygit- -status-line-components*
445445
446446
447447GIT BLAME ~
@@ -481,7 +481,7 @@ Shows the number of changed files, similar to terminal prompts.
481481<
482482
483483
484- CREDITS *nvim-tinygit-nvim-tinygit-credits*
484+ CREDITS *nvim-tinygit-nvim-tinygit- -credits*
485485
486486In my day job, I am a sociologist studying the social mechanisms underlying the
487487digital economy. For my PhD project, I investigate the governance of the app
0 commit comments