feat: add nvim-scrollbar

This commit is contained in:
2025-05-06 09:16:12 +02:00
parent 5c838ac63a
commit 0510ba6ddc
+17
View File
@@ -0,0 +1,17 @@
---@type LazyPluginSpec
return {
"petertriho/nvim-scrollbar",
config = true,
opts = {
handle = {
blend = 0,
},
excluded_filetypes = {
"NvimTree",
},
handlers = {
cursor = false,
search = true,
}
},
}