feat: extras.ui.treesitter-context
This commit is contained in:
parent
f0d002be9b
commit
3fbe570a30
2 changed files with 4 additions and 0 deletions
|
@ -298,6 +298,9 @@
|
||||||
name = "mini.animate";
|
name = "mini.animate";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Treesitter-context
|
||||||
|
nvim-treesitter-context
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -79,6 +79,7 @@ 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' },
|
{ 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.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue