You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm puzzled that moving plugin configs from lua/configs/ to lua/plugins/ breaks the profile and give me the error like (same error for all other plugin configs, I'm just listing one of them):
Invalid spec module: `plugins.lspconfig`
Expected a `table` of specs, but a `boolean` was returned instead
File structure after moving (basically just moving plugin configs to the same folder with plugins/init.lua:
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!
The text was updated successfully, but these errors were encountered: