Title here
Summary here
Neovim’s startup errors name the file and often the line:
Error detected while processing /home/you/.config/nvim/lua/plugins/lsp.lua:
E5113: Error while calling lua chunk: ...lsp.lua:14: attempt to index a nil valueThat is a file, a line, and a cause. Most “mystery” breakages are solved by reading it.
:messagesreplays messages that scrolled past. nvim --headless "+q" shows startup errors without the UI getting in the way.