init.lua not loading my lazy.lua file #1699
Unanswered
Andr3wcr0z
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! So I've been trying to move to lazy.nvim from packer but it has been a bumpy road to say the least. sometimes when I enter neovim it loads perfectly but sometimes it says:
Error detected while processing /Users/admin/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /Users/admin/.config/nvim/init.lua:2: module 'andres.lazy' not f
ound:
no field package.preload['andres.lazy']
no file './andres/lazy.lua'
no file '/usr/local/share/luajit-2.1/andres/lazy.lua'
no file '/usr/local/share/lua/5.1/andres/lazy.lua'
no file '/usr/local/share/lua/5.1/andres/lazy/init.lua'
no file './andres/lazy.so'
no file '/usr/local/lib/lua/5.1/andres/lazy.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './andres.so'
no file '/usr/local/lib/lua/5.1/andres.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/Users/admin/.config/nvim/init.lua:2: in main chunk
which to be honest I don't understand what I can do to fix this. Help would be greatly appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions