Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sliva0 opened this issue Sep 7, 2024 · 1 comment

Comments

@sliva0
Copy link

sliva0 commented Sep 7, 2024

image

Plugin's config (using lazy.nvim):

  {
    'rcarriga/nvim-notify',
    opts = {
      render = 'compact',
    },
    init = function()
      vim.notify = require 'notify';
    end,
  },
@unisons
Copy link
Contributor

unisons commented Nov 23, 2024

I have the same issue on Windows Terminal.

unisons added a commit to unisons/nvim-notify that referenced this issue Nov 23, 2024
Fix the wrong title highlight of issue rcarriga#292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants