nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.71k stars 455 forks source link

Bug: fugitive extension sets statusline but not tabline #1234

Open minusf opened 2 months ago

minusf commented 2 months ago

Self Checks

How to reproduce the problem

(fugitive needs to be installed)

:tabnew
:Git

Expected behaviour

statusline containing branch, tabline containing fugitive or git or similar

Actual behaviour

statusline is as expected, tabline is 3 f///V/s/s/d/w/.g// 😄

Minimal config to reproduce the issue

extensions = {'fugitive'},
tabline = {},

Additional information