improve git integration
This commit is contained in:
@ -11,7 +11,10 @@ scrollbar.setup({
|
||||
marks = {
|
||||
Cursor = {
|
||||
text = "*",
|
||||
}
|
||||
},
|
||||
GitAdd = { text = "|" },
|
||||
GitChange = { text = "|" },
|
||||
GitDelete = { text = "-" },
|
||||
},
|
||||
handlers = {
|
||||
cursor = true,
|
||||
|
Reference in New Issue
Block a user