Closed SPiCaRiA closed 7 months ago
each file in plugins expects a table of plugin definitions in lazy syntax. Please dont move your lazy config into your plugins dir..... You should know how lazy imports work, lazy config is the config for lazy.nvim , its not a lazy spec :/
Hi, I'm puzzled that moving plugin configs from
lua/configs/
tolua/plugins/
breaks the profile and give me the error like (same error for all other plugin configs, I'm just listing one of them):File structure after moving (basically just moving plugin configs to the same folder with
plugins/init.lua
:and I changed all the
require
statements inplugins/init.lua
like this:And the
require
statement ininit.lua
(but I didn't get any error about lazy.nvim's config, only specs of other plugins):Appreciate for any information about how this may come from!