File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments