fix: gitsigns now sets its highlights
This commit is contained in:
parent
d844457305
commit
5a054d703c
1 changed files with 6 additions and 6 deletions
|
@ -60,12 +60,12 @@ return {
|
|||
config = function()
|
||||
require('gitsigns').setup { -- configure symbols and colors
|
||||
signs = {
|
||||
add = {hl = 'GitSignsChange', text = '╎'},
|
||||
change = {hl = 'GitSignsChange', text = '│'},
|
||||
delete = {hl = 'GitSignsDelete', text = '_'},
|
||||
topdelete = {hl = 'GitSignsDelete', text = '‾'},
|
||||
changedelete = {hl = 'GitSignsDelete', text = '~'},
|
||||
untracked = {hl = 'GitSignsUntracked', text = '╎'},
|
||||
add = { text = '╎'},
|
||||
change = { text = '│'},
|
||||
delete = { text = '_'},
|
||||
topdelete = { text = '‾'},
|
||||
changedelete = { text = '~'},
|
||||
untracked = { text = '╎'},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue