Replies: 1 comment
-
For anyone else encountering this issue, I was able to solve the original "module I solved it by doing:
(236 being most current as of this post) However I had to figure this out by guessing. It would be nice if the error was relayed by the install process if say any stderr output comes from the git clone process. Or maybe there's a debug flag I missed or something? It didn't show up in nvim -V, just the args string of the call to git. |
Beta Was this translation helpful? Give feedback.
-
I can't get lazy.nvim to install. When I add the bootstrap code to my init.lua like so:
I get a "module 'lazy' not found" error when starting nvim.
My issue is I can't figure out any way to get any kind of debug or log output to tell me what the problem was.
Forum posts where people report this error all seem to talk about a permissions problem writing to ~/.local/ or a network issue, but the directory is writable and I can reach all relevant hosts manually so I can't imagine it's as simple as that.
But as far as I can tell I have no way of getting any kind of error output from the install process.
Am I missing some piece of documentation somewhere that tells me how to get visibility into the install process?
Beta Was this translation helpful? Give feedback.
All reactions