Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
29
.config/nvim/lua/plugins/nvim-scrollbar.lua
Normal file
29
.config/nvim/lua/plugins/nvim-scrollbar.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
return {
|
||||
'petertriho/nvim-scrollbar',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
marks = {
|
||||
Search = {
|
||||
text = { '', '' },
|
||||
},
|
||||
Error = {
|
||||
text = { '', '' },
|
||||
},
|
||||
Warn = {
|
||||
text = { '', '' },
|
||||
},
|
||||
Info = {
|
||||
text = { '', '' },
|
||||
},
|
||||
Hint = {
|
||||
text = { '', '' },
|
||||
},
|
||||
Misc = {
|
||||
text = { '', '' },
|
||||
},
|
||||
},
|
||||
handlers = {
|
||||
cursor = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user