Change cursor animation.
This commit is contained in:
parent
5653ca8088
commit
c25d514787
|
@ -4,6 +4,10 @@ return {
|
|||
config = function()
|
||||
local animate = require('mini.animate')
|
||||
animate.setup({
|
||||
cursor = {
|
||||
timing = animate.gen_timing.exponential({ duration = 250, unit = 'total' }),
|
||||
path = animate.gen_path.angle(),
|
||||
},
|
||||
scroll = {
|
||||
timing = animate.gen_timing.linear({ duration = 100, unit = 'total' }),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue