From 1f975ad0750e011be2337d12dd22f32682cd824a Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 2 Aug 2023 02:22:04 -0400 Subject: improve git integration --- after/plugin/scrollbar.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'after/plugin/scrollbar.lua') 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, -- cgit v1.2.1