formatted code
This commit is contained in:
parent
da382b5d61
commit
4316ac84df
15 changed files with 227 additions and 230 deletions
|
|
@ -1,16 +1,16 @@
|
|||
return {
|
||||
'petertriho/nvim-scrollbar',
|
||||
config = function ()
|
||||
require("scrollbar").setup({
|
||||
handle = {text = " "},
|
||||
marks = {
|
||||
Search = {text = {"-- ", "== "}},
|
||||
Error = {text = {" ", " "}},
|
||||
Warn = {text = {" ", " "}},
|
||||
Info = {text = {" ", " "}},
|
||||
Hint = {text = {" ", " "}},
|
||||
Misc = {text = {"-- ", "== "}}
|
||||
}
|
||||
})
|
||||
config = function()
|
||||
require("scrollbar").setup({
|
||||
handle = {text = " "},
|
||||
marks = {
|
||||
Search = {text = {"-- ", "== "}},
|
||||
Error = {text = {" ", " "}},
|
||||
Warn = {text = {" ", " "}},
|
||||
Info = {text = {" ", " "}},
|
||||
Hint = {text = {" ", " "}},
|
||||
Misc = {text = {"-- ", "== "}}
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue