fix: Fix import order
This commit is contained in:
parent
0a5c8fb475
commit
b211853775
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
@ -44,6 +44,9 @@ require('nixCatsUtils.lazyCat').setup(
|
|||
{ import = 'lazyvim.plugins.extras.coding.neogen' },
|
||||
{ import = 'lazyvim.plugins.extras.coding.yanky' },
|
||||
|
||||
-- Edgy is required to be imported before aerial.
|
||||
{ import = 'lazyvim.plugins.extras.ui.edgy' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
||||
{ import = 'lazyvim.plugins.extras.editor.dial' },
|
||||
{ import = 'lazyvim.plugins.extras.editor.navic' },
|
||||
|
@ -76,7 +79,6 @@ require('nixCatsUtils.lazyCat').setup(
|
|||
|
||||
{ import = 'lazyvim.plugins.extras.test.core' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.ui.edgy' },
|
||||
{ import = 'lazyvim.plugins.extras.ui.mini-animate' },
|
||||
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' },
|
||||
|
||||
|
|
Loading…
Reference in a new issue