mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
28 lines
467 B
Lua
28 lines
467 B
Lua
|
return {
|
||
|
{
|
||
|
"petertriho/nvim-scrollbar",
|
||
|
opts = {
|
||
|
set_highlights = false,
|
||
|
hide_if_all_visible = true,
|
||
|
throttle_ms = 50, -- default: 100
|
||
|
marks = {
|
||
|
Error = {
|
||
|
text = { "-" },
|
||
|
},
|
||
|
Warn = {
|
||
|
text = { "-" },
|
||
|
},
|
||
|
Info = {
|
||
|
text = { "-" },
|
||
|
},
|
||
|
Hint = {
|
||
|
text = { "-" },
|
||
|
},
|
||
|
Cursor = {
|
||
|
text = " ",
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|