feat: extras.util.mini-hipatterns
This commit is contained in:
parent
c949dbf477
commit
d520ce7d8a
2 changed files with 8 additions and 0 deletions
|
@ -303,6 +303,13 @@
|
||||||
# Treesitter-context
|
# Treesitter-context
|
||||||
nvim-treesitter-context
|
nvim-treesitter-context
|
||||||
|
|
||||||
|
# Util
|
||||||
|
# Mini Hipatterns
|
||||||
|
{
|
||||||
|
plugin = mini-hipatterns;
|
||||||
|
name = "mini.hipatterns";
|
||||||
|
}
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -82,6 +82,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' },
|
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' },
|
||||||
|
|
||||||
{ import = 'lazyvim.plugins.extras.util.dot' },
|
{ import = 'lazyvim.plugins.extras.util.dot' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.util.mini-hipatterns' },
|
||||||
|
|
||||||
-- 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