feat: add nvim-scrollbar
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
---@type LazyPluginSpec
|
||||||
|
return {
|
||||||
|
"petertriho/nvim-scrollbar",
|
||||||
|
config = true,
|
||||||
|
opts = {
|
||||||
|
handle = {
|
||||||
|
blend = 0,
|
||||||
|
},
|
||||||
|
excluded_filetypes = {
|
||||||
|
"NvimTree",
|
||||||
|
},
|
||||||
|
handlers = {
|
||||||
|
cursor = false,
|
||||||
|
search = true,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user