diff options
Diffstat (limited to 'after/plugin/scrollbar.lua')
-rw-r--r-- | after/plugin/scrollbar.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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, +} ]] |