rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.03k stars 81 forks source link

Notifications freeze when using rust-analyzer #262

Open Andrew15-5 opened 6 months ago

Andrew15-5 commented 6 months ago

I saw some notification plugins previously and was tired of comparatively ugly nvchad's LSP progress visualization. So I tried notify and fidget plugins. And they mostly are ok, but notify has a big performance problem when it comes to rust-analyzer. I'm not sure why, this is. With fidget you at least can see some progress, with notify — only the results.

https://github.com/rcarriga/nvim-notify/assets/37143421/0d0c362e-66a8-4e14-a1b9-49450c1317d3

When using lua-language-server both plugins perform the same. (Although in nvchad's config dir the workspace is loaded twice, idk why is that and what causes the 2 notification.)