Add mini-animate and remove neoscroll
This commit is contained in:
parent
d953596443
commit
d27da86f40
|
@ -24,13 +24,6 @@ return {
|
||||||
{ "<leader>c", "<cmd>Bdelete<cr>", mode = "n" },
|
{ "<leader>c", "<cmd>Bdelete<cr>", mode = "n" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"karb94/neoscroll.nvim",
|
|
||||||
enabled = custom.full_feature,
|
|
||||||
main = "neoscroll",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = { },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"dstein64/nvim-scrollview",
|
"dstein64/nvim-scrollview",
|
||||||
enabled = custom.full_feature,
|
enabled = custom.full_feature,
|
||||||
|
|
8
lua/plugins/mini-animate.lua
Normal file
8
lua/plugins/mini-animate.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"echasnovski/mini.animate",
|
||||||
|
main = "mini.animate",
|
||||||
|
opt = {},
|
||||||
|
config = function()
|
||||||
|
require("mini.animate").setup()
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in a new issue