Added mini animations
This commit is contained in:
parent
ed0b93e421
commit
f56d4d8283
1 changed files with 14 additions and 1 deletions
|
|
@ -89,7 +89,20 @@ local plugins = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- Lightmode switcher
|
-- Lightmode switcher
|
||||||
'eliseshaffer/darklight.nvim'
|
'eliseshaffer/darklight.nvim',
|
||||||
|
-- Mini tools
|
||||||
|
{
|
||||||
|
'echasnovski/mini.animate',
|
||||||
|
version = false,
|
||||||
|
config = function()
|
||||||
|
local animate = require('mini.animate')
|
||||||
|
animate.setup({
|
||||||
|
scroll = { timing = animate.gen_timing.linear({ duration = 50, unit = 'total' }) },
|
||||||
|
cursor = { enable = false }
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
local opts = {}
|
local opts = {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue