nvim: colors/yolokai: Add highlights for diff treesitter
Found the solution from this issue https://github.com/the-mikedavis/tree-sitter-diff/issues/5
This commit is contained in:
parent
49f88776ea
commit
909cbef796
1 changed files with 3 additions and 0 deletions
|
@ -590,6 +590,9 @@ local highlight_groups = {
|
||||||
gitrebaseReword = 'gitrebasePick' ,
|
gitrebaseReword = 'gitrebasePick' ,
|
||||||
gitrebaseSquash = 'Macro' ,
|
gitrebaseSquash = 'Macro' ,
|
||||||
gitrebaseSummary = 'Normal' ,
|
gitrebaseSummary = 'Normal' ,
|
||||||
|
-- Needed for treesitter diff
|
||||||
|
['@text.diff.add'] = 'DiffAdd' ,
|
||||||
|
['@text.diff.delete'] = 'DiffDelete' ,
|
||||||
|
|
||||||
--[[ 4.3.35 Help ]]
|
--[[ 4.3.35 Help ]]
|
||||||
helpHeader = 'Label' ,
|
helpHeader = 'Label' ,
|
||||||
|
|
Loading…
Reference in a new issue