feat: extras.util.octo

This commit is contained in:
punkfairie 2025-03-11 19:31:11 -07:00
parent d520ce7d8a
commit e677b76044
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 0 deletions

View file

@ -310,6 +310,9 @@
name = "mini.hipatterns";
}
# Octo
octo-nvim
# Custom
rose-pine
diffview-nvim

View file

@ -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.