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

bug: Is there any plan to solve winbar highlight problem from neovim upstream? #466

Closed
3 tasks done
ysl2 opened this issue Jan 2, 2024 · 0 comments · Fixed by #475
Closed
3 tasks done

bug: Is there any plan to solve winbar highlight problem from neovim upstream? #466

ysl2 opened this issue Jan 2, 2024 · 0 comments · Fixed by #475
Labels
bug Something isn't working

Comments

@ysl2
Copy link

ysl2 commented Jan 2, 2024

Did you check docs and existing issues?

  • I have read all the tokyonight.nvim docs
  • I have searched the existing issues of tokyonight.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.10.0-dev-1816+g2d33a766a

Operating system/version

debian 12

Describe the bug

Please follow the link to check all informations about this problem:

nvim-tree/nvim-tree.lua#2582

And as mentioned in above, this problem has been solved in catppuccin/nvim:

catppuccin/nvim#626

Currently, the solution for my personal use is:

    vim.api.nvim_set_hl(0, 'WinBarNC', { link = 'none'})

Steps To Reproduce

1

Expected Behavior

1

Repro

1
@ysl2 ysl2 added the bug Something isn't working label Jan 2, 2024
@folke folke closed this as completed in 29b7960 Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant