Add cursor to scrollbar

This commit is contained in:
Levente Krizsán 2024-09-06 13:14:50 +02:00
parent da358585d9
commit 4f8353fa74
2 changed files with 19 additions and 17 deletions

View file

@ -1,4 +1,6 @@
return {
'dstein64/nvim-scrollview',
opts = {},
opts = {
signs_on_startup = { 'diagnostics', 'search', 'cursor' },
},
}