Files
dotfiles/.config/nvim/lua/plugins/nvim-scrollbar.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,
},
},
}