improve git integration

This commit is contained in:
2023-08-02 02:22:04 -04:00
parent 772c55afb0
commit 1f975ad075
3 changed files with 13 additions and 5 deletions

View File

@ -11,7 +11,10 @@ scrollbar.setup({
marks = {
Cursor = {
text = "*",
}
},
GitAdd = { text = "|" },
GitChange = { text = "|" },
GitDelete = { text = "-" },
},
handlers = {
cursor = true,