feat: extras.util.project

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

View file

@ -313,6 +313,9 @@
# Octo
octo-nvim
# Project
project-nvim
# Custom
rose-pine
diffview-nvim

View file

@ -84,6 +84,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' },
{ import = 'lazyvim.plugins.extras.util.project' },
-- These need to be after extras to prevent extras from overwriting them.