add plugin scrollview
This commit is contained in:
parent
436fb9485a
commit
ca231be27c
|
@ -32,4 +32,16 @@ return {
|
|||
event = "VeryLazy",
|
||||
opts = { },
|
||||
},
|
||||
{
|
||||
"petertriho/nvim-scrollview",
|
||||
enabled = custom.full_feature,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
excluded_filetypes = { "NvimTree" },
|
||||
current_only = false,
|
||||
base = "right",
|
||||
signs_on_startup = { "all" },
|
||||
diagnostics_severities = { vim.diagnostic.severity.ERROR }
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue