Add mini-animate and remove neoscroll

This commit is contained in:
leafee98 2024-08-05 21:59:16 +08:00
parent d953596443
commit d27da86f40
2 changed files with 8 additions and 7 deletions

View file

@ -24,13 +24,6 @@ return {
{ "<leader>c", "<cmd>Bdelete<cr>", mode = "n" },
},
},
{
"karb94/neoscroll.nvim",
enabled = custom.full_feature,
main = "neoscroll",
event = "VeryLazy",
opts = { },
},
{
"dstein64/nvim-scrollview",
enabled = custom.full_feature,

View file

@ -0,0 +1,8 @@
return {
"echasnovski/mini.animate",
main = "mini.animate",
opt = {},
config = function()
require("mini.animate").setup()
end,
}