diff --git a/lua/plugins/opts/lualine.lua b/lua/plugins/opts/lualine.lua index 8b34118..9d4569a 100644 --- a/lua/plugins/opts/lualine.lua +++ b/lua/plugins/opts/lualine.lua @@ -2,14 +2,17 @@ local options = { options = { icons_enabled = true, theme = "auto", - component_separators = { left = "", right = "" }, - section_separators = { left = "", right = "" }, + -- component_separators = { left = "", right = "" }, + -- section_separators = { left = "", right = "" }, + component_separators = { left = "╎", right = "╎" }, + section_separators = { left = "┃", right = "┃" }, disabled_filetypes = { statusline = {}, winbar = {}, }, ignore_focus = {}, always_divide_middle = true, + always_show_tabline = true, globalstatus = true, refresh = { statusline = 1000,