feat: extras.ui.mini-animate
This commit is contained in:
parent
bcb531fbf0
commit
f0d002be9b
2 changed files with 9 additions and 0 deletions
|
@ -291,6 +291,13 @@
|
||||||
neotest
|
neotest
|
||||||
nvim-nio
|
nvim-nio
|
||||||
|
|
||||||
|
# UI
|
||||||
|
# Mini Animate
|
||||||
|
{
|
||||||
|
plugin = mini-animate;
|
||||||
|
name = "mini.animate";
|
||||||
|
}
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -78,6 +78,8 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
|
|
||||||
{ import = 'lazyvim.plugins.extras.test.core' },
|
{ import = 'lazyvim.plugins.extras.test.core' },
|
||||||
|
|
||||||
|
{ import = 'lazyvim.plugins.extras.ui.mini-animate' },
|
||||||
|
|
||||||
-- These need to be after extras to prevent extras from overwriting them.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
||||||
-- Disable mason.nvim while using nix.
|
-- Disable mason.nvim while using nix.
|
||||||
|
|
Loading…
Reference in a new issue