diff --git a/.config/nvim/lua/user/lualine.lua b/.config/nvim/lua/user/lualine.lua index 4dba411..a388b8e 100644 --- a/.config/nvim/lua/user/lualine.lua +++ b/.config/nvim/lua/user/lualine.lua @@ -58,7 +58,7 @@ lualine.setup({ globalstatus = true, icons_enabled = true, theme = "auto", - component_separators = { left = "", right = "" }, + component_separators = { left = "", right = " " }, section_separators = { left = "", right = "" }, disabled_filetypes = { "alpha", "dashboard" }, always_divide_middle = true,