From e677b760440a518bf0b2a231c848cc0490e7b785 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Tue, 11 Mar 2025 19:31:11 -0700 Subject: [PATCH] feat: extras.util.octo --- flake.nix | 3 +++ init.lua | 1 + 2 files changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 519e8f9..9d608e7 100644 --- a/flake.nix +++ b/flake.nix @@ -310,6 +310,9 @@ name = "mini.hipatterns"; } + # Octo + octo-nvim + # Custom rose-pine diffview-nvim diff --git a/init.lua b/init.lua index be6b24e..b87475b 100644 --- a/init.lua +++ b/init.lua @@ -83,6 +83,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start', { import = 'lazyvim.plugins.extras.util.dot' }, { import = 'lazyvim.plugins.extras.util.mini-hipatterns' }, + { import = 'lazyvim.plugins.extras.util.octo' }, -- These need to be after extras to prevent extras from overwriting them.