summaryrefslogtreecommitdiffstats
path: root/after/plugin/scrollbar.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-08-02 02:22:04 -0400
committerSquibid <me@zacharyscheiman.com>2023-08-02 02:22:04 -0400
commit1f975ad0750e011be2337d12dd22f32682cd824a (patch)
tree6f3885f5e49ae3a3d293b69910aa8d216e8340aa /after/plugin/scrollbar.lua
parent772c55afb0081030a72bb8e066e7c6aad6cdda36 (diff)
downloadnvim-1f975ad0750e011be2337d12dd22f32682cd824a.tar.gz
nvim-1f975ad0750e011be2337d12dd22f32682cd824a.tar.bz2
nvim-1f975ad0750e011be2337d12dd22f32682cd824a.zip
improve git integration
Diffstat (limited to 'after/plugin/scrollbar.lua')
-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,