rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.08k stars 80 forks source link

error running notification service #128

Closed max397574 closed 2 years ago

max397574 commented 2 years ago

Error running notification service: ...opt/nvim-notify/lua/notify/service/buffer/highlights.lua:118: a ttempt to call method '_get_hl_from_capture' (a nil value)

folke commented 2 years ago

Any chance you're using Tokyonight? I merged some PR's yesterday and one of them caused this issue for me. Fixed my issue already on Tokyonight.

The cause for me was TelescopeNormal having None as bg.

rcarriga commented 2 years ago

It's due to a breaking change in nightly, should be working now :smile: