feat: extras.util.project
This commit is contained in:
parent
e677b76044
commit
4003ec5937
2 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,9 @@
|
||||||
# Octo
|
# Octo
|
||||||
octo-nvim
|
octo-nvim
|
||||||
|
|
||||||
|
# Project
|
||||||
|
project-nvim
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -84,6 +84,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.util.dot' },
|
{ import = 'lazyvim.plugins.extras.util.dot' },
|
||||||
{ import = 'lazyvim.plugins.extras.util.mini-hipatterns' },
|
{ import = 'lazyvim.plugins.extras.util.mini-hipatterns' },
|
||||||
{ import = 'lazyvim.plugins.extras.util.octo' },
|
{ import = 'lazyvim.plugins.extras.util.octo' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.util.project' },
|
||||||
|
|
||||||
-- 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