From 590f0309995a569954fc94b1d5df6b6391ead9fa Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 11 Aug 2023 20:43:58 -0400 Subject: kitchen sink cause I'm too lazy to sort through this junk --- after/plugin/scrollbar.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'after/plugin/scrollbar.lua') diff --git a/after/plugin/scrollbar.lua b/after/plugin/scrollbar.lua index cc98537..5125f7c 100644 --- a/after/plugin/scrollbar.lua +++ b/after/plugin/scrollbar.lua @@ -23,3 +23,11 @@ scrollbar.setup({ handle = true, }, }) + +--[[ scrollbar.setup { + current_only = true, + winblend = 50, + zindex = 40, + excluded_filetypes = {}, + width = 2, +} ]] -- cgit v1.2.1