The existing ignore_focus option allows you to tell the statusline to ignore when certain file types are focused. Would be nice to also have this option for the tabline as well (apologies if there's already a way to do this).
Motivation
When switching between a file buffer and nvim-tree, it would be nice to have the current tab keep the buffer name as the tab name by telling the tabline to ignore nvim-tree.
Requested feature
The existing
ignore_focus
option allows you to tell the statusline to ignore when certain file types are focused. Would be nice to also have this option for the tabline as well (apologies if there's already a way to do this).Motivation
When switching between a file buffer and nvim-tree, it would be nice to have the current tab keep the buffer name as the tab name by telling the tabline to ignore nvim-tree.