don't show bufferline for a single file

nvim-basic-ide
Andy Teijelo 2022-10-19 00:29:43 -04:00
parent f65af9d8c4
commit f45fe373b8
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ bufferline.setup {
right_mouse_command = "Bdelete! %d", -- can be a string | function, see "Mouse actions"
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
separator_style = "thin", -- | "thick" | "thin" | { 'any', 'any' },
always_show_bufferline = false
},
highlights = {
@ -35,7 +36,7 @@ bufferline.setup {
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
},
tab_selected = {
fg = { attribute = "fg", highlight = "Normal" },
bg = { attribute = "bg", highlight = "Normal" },