(nvim) add signs for gitsigns
This commit is contained in:
parent
a3c432f4ec
commit
9032df313e
1 changed files with 7 additions and 0 deletions
|
|
@ -8,5 +8,12 @@ return {
|
||||||
delay = 1000,
|
delay = 1000,
|
||||||
ignore_whitespace = false
|
ignore_whitespace = false
|
||||||
},
|
},
|
||||||
|
signs = {
|
||||||
|
add = { text = '+' },
|
||||||
|
change = { text = '~' },
|
||||||
|
delete = { text = '_' },
|
||||||
|
topdelete = { text = '-' },
|
||||||
|
changedelete = { text = '~' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue