summaryrefslogtreecommitdiffstats
path: root/after/plugin/scrollbar.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/scrollbar.lua5
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,