Fix gitsigns in ~

This commit is contained in:
juan 2022-05-04 21:58:26 +08:00
parent 42489a70f2
commit 455eae1522
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ require('gitsigns').setup {
status_formatter = nil, -- Use default
numhl = false,
sign_priority = 10,
attach_to_untracked = false, -- fix gitsigns with yadm in ~
signs = {
add = {hl = "DiffAdd", text = "+", numhl = "GitSignsAddNr"},
change = {hl = "DiffChange", text = ">", numhl = "GitSignsChangeNr"},