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 = {
|
||||||
|
|
Loading…
Reference in a new issue