goolord/alpha-nvim

Commit 1dcd325e2 broke lazynvim

sardonicsloth opened this issue · 4 comments

please read the documentation before asking questions about configuration or creating a feature request

for bugs: provide the expected behavior and the actual behavior, and screenshots if you want to be nice

Testing out lazyvim and been tinkering a bit. Today I had an update for alpha-vim and i installed it. This is a fresh lazynvim install. After installing, I get a few different errors, screen shot below.
Screenshot 2023-05-09 at 2 45 00 PM

This is again with a fresh install of lazynvim using the method described here
i changed the lock file to point to the following commit eaeb20d25b36880678141534479a0d99591be9a1 and the error doesn't happen.

@joshuanave, I don't think this is related to LazyVim, it is also reproducing for me- I use Neovim v0.8.3 with custom configuration on Windows 11.
Changing WinResized back to VimResized in alpha.lua line 532 resolved the issue on my machine.

fixed here 1838ae9

my advice to you: i personally only test on HEAD neovim, if you're using a version of neovim without the WinResized patch you are subjecting yourself to a worse, more buggy experience.

also, that branch will probably be removed as soon as the latest neovim release supports the WinResized event

Thanks @goolord !