diff --git a/lua/user/bufferline.lua b/lua/user/bufferline.lua index f22fbcb..89deec2 100644 --- a/lua/user/bufferline.lua +++ b/lua/user/bufferline.lua @@ -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" },