Skip to content

Commit 4d62c6d

Browse files
committed
doc: Add mini diff
1 parent 20ff221 commit 4d62c6d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The color scheme used for these screenshots is [nord](https://github.com/gbprod/
101101
- A font that supports displaying **Braille Patterns** Unicode block
102102
- Optional: [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) for highlighting
103103
- Optional: [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) for Git integration
104+
- Optional: [mini.diff](https://github.com/echasnovski/mini.diff) for mini diff integration
104105

105106
## Installation
106107

@@ -802,6 +803,20 @@ Checkout the wiki page for more details. [wiki](https://github.com/Isrothy/neomi
802803
| `NeominimapGitChangeIcon` | |
803804
| `NeominimapGitDeleteIcon` | |
804805

806+
### Highlight Groups of Mini Diff Annotations
807+
808+
| Highlight Group | Description |
809+
| ------------------------------ | ----------- |
810+
| `NeominimapMiniDiffAddLine` | |
811+
| `NeominimapMiniDiffChangeLine` | |
812+
| `NeominimapMiniDiffDeleteLine` | |
813+
| `NeominimapMiniDiffAddSign` | |
814+
| `NeominimapMiniDiffChangeSign` | |
815+
| `NeominimapMiniDiffDeleteSign` | |
816+
| `NeominimapMiniDiffAddIcon` | |
817+
| `NeominimapMiniDiffChangeIcon` | |
818+
| `NeominimapMiniDiffDeleteIcon` | |
819+
805820
### Highlight Groups of Search Annotations
806821

807822
| Highlight Group | Description |

0 commit comments

Comments
 (0)