79592490

Date: 2025-04-25 12:12:47
Score: 0.5
Natty:
Report link

I had this error because I incorrectly followed the install instructions and put lazy.lua into ~/.config/nvim/config/ instead of ~/.config/nvim/lua/config. Your ~/.config/nvim directory tree should look like this:

.
├── init.lua
└── lua
    ├── config
    │   └── lazy.lua
    └── plugins.lua
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: statusfailed