feat: extras.ui.treesitter-context

This commit is contained in:
punkfairie 2025-03-10 20:43:39 -07:00
parent f0d002be9b
commit 3fbe570a30
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 0 deletions

View file

@ -298,6 +298,9 @@
name = "mini.animate";
}
# Treesitter-context
nvim-treesitter-context
# Custom
rose-pine
diffview-nvim

View file

@ -79,6 +79,7 @@ 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.