diff --git a/flake.nix b/flake.nix index 8c9f37f..519e8f9 100644 --- a/flake.nix +++ b/flake.nix @@ -303,6 +303,13 @@ # Treesitter-context nvim-treesitter-context + # Util + # Mini Hipatterns + { + plugin = mini-hipatterns; + name = "mini.hipatterns"; + } + # Custom rose-pine diffview-nvim diff --git a/init.lua b/init.lua index 4aa1d1d..be6b24e 100644 --- a/init.lua +++ b/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.util.dot' }, + { import = 'lazyvim.plugins.extras.util.mini-hipatterns' }, -- These need to be after extras to prevent extras from overwriting them.