rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.88k stars 72 forks source link

blank notif on nightly #258

Closed yofriadi closed 4 months ago

yofriadi commented 4 months ago
Screenshot 2024-02-14 at 18 45 59

as you can see there, the word lazyvim is covered by some notification.

additional info:

lpnh commented 4 months ago

I don't know if it's related, but I'm using this fork on my nightly: https://github.com/rcarriga/nvim-notify/pull/253#issuecomment-1937859567

yofriadi commented 4 months ago

well, I also got that, but only when I first intalling new plugin and thinking it is my setup that made that error, will check that out, thank you!

bjornevik commented 4 months ago

The reason it happened for me seems to be because I hadn't updated my config after severity_limit deprecation in nvim lsp.

I see in my NoiceHistory I get a couple of errors related to nvim-notify, as well as two other ones not related directly to this plugin:

15:06:01 msg_show Error running notification service: ...l/share/nvim/lazy/nvim-notify/lua/notify/stages/util.lua:150: attempt to index a number value
15:06:01 msg_show Error running notification service: ...l/share/nvim/lazy/nvim-notify/lua/notify/stages/util.lua:150: attempt to index a number value

When I fixed the other errors in my NoiceHistory it seems to have fixed this problem, I don't really have time to troubleshoot further, but hope it helps.

Edit: I see now that lpnh posted a link to a fork that fixes this, so I'm guessing it's fine that I don't troubleshoot further 🙈

rcarriga commented 4 months ago

Closing as duplicate of #252