romgrk / barbar.nvim

The neovim tabline plugin.
2.29k stars 85 forks source link

Tabline shown and flicker tab name with Startify #65

Closed ranebrown closed 3 years ago

ranebrown commented 3 years ago

Description

When starting nvim with Startify you will see a tab shown with "No Name" that quickly closes probably because it is nobuflisted. The empty tabline is also shown.

Preferable behavior would be to not show the tabline at all for a single nobuflisted buffer or maybe have an option to disable the tabline if only 1 buffer is open.

To Reproduce

init.vim:

set rtp+=$PWD
set rtp+=$PWD/vim-startify

Steps to reproduce the behavior:

  1. Open nvim with startify and barbar enabled.
  2. Observer flicker of "No Name" and empty tabline.

Information Neovim version: NVIM v0.5.0-7c4f34966

ranebrown commented 3 years ago

Might be fixed if #55 is implemented.

romgrk commented 3 years ago

Cleaning up issues, closing because #55 is implemented. Re-open if needed.