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

18 lines
312 B
Lua

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