Use mini.animate module.
This commit is contained in:
parent
a9e26f3040
commit
855305572d
1 changed files with 12 additions and 0 deletions
12
lua/custom/plugins/mini.lua
Normal file
12
lua/custom/plugins/mini.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"echasnovski/mini.nvim",
|
||||
version = "*",
|
||||
config = function ()
|
||||
local animate = require('mini.animate')
|
||||
animate.setup({
|
||||
scroll = {
|
||||
timing = animate.gen_timing.linear({ duration = 100, unit = 'total' }),
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue