Iron-E

Results 124 comments of Iron-E

~~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...

What colorscheme are you using?

Thank you for the repro!

Can you try out the attached PR @anuvyklack?

Try running this: ```sh 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...

Oops. I forgot to reopen this after you reported it still happening

I don't necessarily think it is the job of a bufferline plugin to indicate the time of day :sweat_smile:

I was investigating this just earlier, and found our code for inserting the final separator [here](https://github.com/romgrk/barbar.nvim/blob/master/lua/bufferline/render.lua#L397-L399). Why was the final separator added? Does it prevent a certain category of error...

There's a missing `bufferline#update()` in `plugin/bufferline.vim`. Unfortunately there's no event for tabs being moved— I did find neovim/neovim#6916 though. I never saw this before because I use [nvim-tabmode](https://github.com/Iron-E/nvim-tabmode) to manage...