rcarriga / nvim-notify

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

`Highlight group 'Normal' has no background highlight` error comes up every time there a message on start #113

Closed ysfgrgO7 closed 2 years ago

ysfgrgO7 commented 2 years ago

Screenshot_2022-07-07-01-31-59_1600x900

rcarriga commented 2 years ago

I's instructing you on how to remove the message, add a background colour to the setup.

require("notify").setup({
  background_colour = "#000000",
})
ysfgrgO7 commented 2 years ago

Thanks for your help