don't show bufferline for a single file
This commit is contained in:
parent
f65af9d8c4
commit
f45fe373b8
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ bufferline.setup {
|
||||||
right_mouse_command = "Bdelete! %d", -- can be a string | function, see "Mouse actions"
|
right_mouse_command = "Bdelete! %d", -- can be a string | function, see "Mouse actions"
|
||||||
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
|
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
|
||||||
separator_style = "thin", -- | "thick" | "thin" | { 'any', 'any' },
|
separator_style = "thin", -- | "thick" | "thin" | { 'any', 'any' },
|
||||||
|
always_show_bufferline = false
|
||||||
},
|
},
|
||||||
|
|
||||||
highlights = {
|
highlights = {
|
||||||
|
@ -35,7 +36,7 @@ bufferline.setup {
|
||||||
fg = { attribute = "fg", highlight = "TabLine" },
|
fg = { attribute = "fg", highlight = "TabLine" },
|
||||||
bg = { attribute = "bg", highlight = "TabLine" },
|
bg = { attribute = "bg", highlight = "TabLine" },
|
||||||
},
|
},
|
||||||
|
|
||||||
tab_selected = {
|
tab_selected = {
|
||||||
fg = { attribute = "fg", highlight = "Normal" },
|
fg = { attribute = "fg", highlight = "Normal" },
|
||||||
bg = { attribute = "bg", highlight = "Normal" },
|
bg = { attribute = "bg", highlight = "Normal" },
|
||||||
|
|
Loading…
Reference in a new issue