goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.77k stars 103 forks source link

Commit 1dcd325e2 broke lazynvim #211

Closed sardonicsloth closed 1 year ago

sardonicsloth commented 1 year ago

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.

MoaidHathot commented 1 year ago

@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.

goolord commented 1 year ago

fixed here https://github.com/goolord/alpha-nvim/commit/1838ae926e8d49fe5330d1498ee8289ae2c340bc

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.

goolord commented 1 year ago

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

MoaidHathot commented 1 year ago

Thanks @goolord !