install nvim-scrollview plugin

This commit is contained in:
2022-04-16 12:50:12 +03:00
parent 4d8bfa091a
commit 24aae5517e

View File

@@ -157,6 +157,17 @@ require("packer").startup(function(use)
end, end,
}) })
use({
"dstein64/nvim-scrollview",
config = function()
require("scrollview").setup({
excluded_filetypes = { "NvimTree" },
current_only = true,
winblend = 50,
})
end,
})
if PACKER_BOOTSTRAP then if PACKER_BOOTSTRAP then
require("packer").sync() require("packer").sync()
end end