-- Set barbar's options
|
|
require'bufferline'.setup {
|
|
-- Enable/disable auto-hiding the tab bar when there is a single buffer
|
|
auto_hide = true,
|
|
}
|