Files
nvim/lua/ow/plugins/nvim-scrollbar.lua
T
2025-05-06 09:26:41 +02:00

17 lines
285 B
Lua

---@type LazyPluginSpec
return {
"petertriho/nvim-scrollbar",
config = true,
opts = {
handle = {
blend = 0,
},
excluded_filetypes = {
"NvimTree",
},
handlers = {
cursor = false,
}
},
}