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:
Sanchayan Maity 2023-06-02 13:04:47 +05:30
parent 49f88776ea
commit 909cbef796
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 3 additions and 0 deletions

View File

@ -590,6 +590,9 @@ local highlight_groups = {
gitrebaseReword = 'gitrebasePick' ,
gitrebaseSquash = 'Macro' ,
gitrebaseSummary = 'Normal' ,
-- Needed for treesitter diff
['@text.diff.add'] = 'DiffAdd' ,
['@text.diff.delete'] = 'DiffDelete' ,
--[[ 4.3.35 Help ]]
helpHeader = 'Label' ,