diff --git a/lua/plugins/10-editor.lua b/lua/plugins/10-editor.lua index 55e716d..ecff12f 100644 --- a/lua/plugins/10-editor.lua +++ b/lua/plugins/10-editor.lua @@ -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 } + }, + } }