The following error happens with LazyVim 9.x versions:
Failed to load `lazyvim.plugins.core`
...ocal/share/nvim/lazy/Lazyvim/lua/lazyvim/config/init.lua:271: attempt to index field 'LazyVim' (a nil value)
# stacktrace:
- /Lazyvim/lua/lazyvim/config/init.lua:271 _in_ **init**
- /Lazyvim/lua/lazyvim/plugins/core.lua:1
- ~/.config/nvim/lua/config/lazy.lua:9
- nvim/init.lua:2
The following error happens with LazyVim 9.x versions:
The error is in this line:
It seems a problem in the
require("lazy").setup
code block oflua/config/lazy.lua
.Thanks.