Add cursor to scrollbar
This commit is contained in:
parent
da358585d9
commit
4f8353fa74
2 changed files with 19 additions and 17 deletions
|
|
@ -1,4 +1,6 @@
|
|||
return {
|
||||
'dstein64/nvim-scrollview',
|
||||
opts = {},
|
||||
opts = {
|
||||
signs_on_startup = { 'diagnostics', 'search', 'cursor' },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue