rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.11k stars 84 forks source link

Incorrect highlights of plugin's title in compact and wrapped-compact render modes #292

Open sliva0 opened 2 months ago

sliva0 commented 2 months ago

image

Plugin's config (using lazy.nvim):

  {
    'rcarriga/nvim-notify',
    opts = {
      render = 'compact',
    },
    init = function()
      vim.notify = require 'notify';
    end,
  },
unisons commented 1 week ago

I have the same issue on Windows Terminal.