Compare commits

...

2 commits

Author SHA1 Message Date
3fbe570a30
feat: extras.ui.treesitter-context 2025-03-10 20:43:39 -07:00
f0d002be9b
feat: extras.ui.mini-animate 2025-03-10 20:42:33 -07:00
2 changed files with 13 additions and 0 deletions

View file

@ -291,6 +291,16 @@
neotest
nvim-nio
# UI
# Mini Animate
{
plugin = mini-animate;
name = "mini.animate";
}
# Treesitter-context
nvim-treesitter-context
# Custom
rose-pine
diffview-nvim

View file

@ -78,6 +78,9 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.test.core' },
{ import = 'lazyvim.plugins.extras.ui.mini-animate' },
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' },
-- These need to be after extras to prevent extras from overwriting them.
-- Disable mason.nvim while using nix.