30 lines
642 B
Lua
30 lines
642 B
Lua
return {
|
|
'petertriho/nvim-scrollbar',
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
marks = {
|
|
Search = {
|
|
text = { '', '' },
|
|
},
|
|
Error = {
|
|
text = { '', '' },
|
|
},
|
|
Warn = {
|
|
text = { '', '' },
|
|
},
|
|
Info = {
|
|
text = { '', '' },
|
|
},
|
|
Hint = {
|
|
text = { '', '' },
|
|
},
|
|
Misc = {
|
|
text = { '', '' },
|
|
},
|
|
},
|
|
handlers = {
|
|
cursor = false,
|
|
},
|
|
},
|
|
}
|