feat: remove nvim-scrollbar

This commit is contained in:
2025-06-05 15:12:33 +02:00
parent 6e084f8438
commit 7950f03626
-16
View File
@@ -1,16 +0,0 @@
---@type LazyPluginSpec
return {
"petertriho/nvim-scrollbar",
config = true,
opts = {
handle = {
blend = 0,
},
excluded_filetypes = {
"NvimTree",
},
handlers = {
cursor = false,
}
},
}