add plugin scrollview

This commit is contained in:
leafee98 2023-12-18 21:45:43 +08:00
parent 436fb9485a
commit ca231be27c

View file

@ -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 }
},
}
}