barbar.nvim
barbar.nvim copied to clipboard
Icons color disappeared
For Lua, markdown, python, cpp files. For vim files, color is steel there. Other files I don't check.
Current version:
1.0.0 version:
~~Out of curiosity does this occur on 0.7?~~
Edit: Can't reproduce on 0.7.2
Edit 2: I can't reproduce on 0.8.0-dev+513-g01fc5097d either
I would suggest sticking to 0.7, 0.8 nightlies have seemed unstable for a while
I'm returned to NVIM v0.7.0 (default from Fedora repo), and I have this problem.
What colorscheme are you using?
Thank you for the repro!
Can you try out the attached PR @anuvyklack?
No. The problem is still there.
Try running this:
nvim --clean
--cmd 'set rtp+=~/.local/share/nvim/site/pack/packer/start/barbar.nvim'
--cmd 'set rtp+=~/.local/share/nvim/site/pack/packer/start/nvim-web-devicons'
--cmd 'lua require"bufferline".setup {}'
foo.rs foo.lua
If you can get the icon colors to disappear from within that --clean
environment (you might have to change the rtp
paths) it will help narrow where the issue is.
Edit: If necessary, you can put your barbar.nvim
config within the setup {}
function (e.g. require"bufferline".setup {animation = false}
)
Oops. I forgot to reopen this after you reported it still happening
Does #282 fix the issue?
I will assume #282 fixed it :)