You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something similar happened to me. My conclusion is that when I first installed LazyVim and then ran nvim, I didn’t wait long enough for the initial setup to finish. At first, there’s a black screen for a second or two (possibly due to my slow connection), and then the lazy.nvim UI is supposed to appear. However, I assumed something went wrong and closed Neovim prematurely (before the UI shows up). After that, uninstalling Neovim, removing the config folder, and reinstalling LazyVim following the guide still wouldn’t fix the problem.
Finally, all I needed was to remove the incomplete lazy.nvim installation (using rm -rf ~/.local/share/nvim/lazy) and then repeat the installation steps, making sure not to interrupt the initial nvim run. That resolved the issue for me.
The text was updated successfully, but these errors were encountered: