diff options
Diffstat (limited to 'after/plugin/scrollbar.lua')
-rw-r--r-- | after/plugin/scrollbar.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/after/plugin/scrollbar.lua b/after/plugin/scrollbar.lua index 7421536..cc98537 100644 --- a/after/plugin/scrollbar.lua +++ b/after/plugin/scrollbar.lua @@ -11,7 +11,10 @@ scrollbar.setup({ marks = { Cursor = { text = "*", - } + }, + GitAdd = { text = "|" }, + GitChange = { text = "|" }, + GitDelete = { text = "-" }, }, handlers = { cursor = true, |