feat: extras.util.octo
This commit is contained in:
parent
d520ce7d8a
commit
e677b76044
2 changed files with 4 additions and 0 deletions
|
@ -310,6 +310,9 @@
|
|||
name = "mini.hipatterns";
|
||||
}
|
||||
|
||||
# Octo
|
||||
octo-nvim
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
|
|
1
init.lua
1
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue