diff --git a/lua/409/plugins/statusline.lua b/lua/409/plugins/statusline.lua index 3b398e5..08ff592 100644 --- a/lua/409/plugins/statusline.lua +++ b/lua/409/plugins/statusline.lua @@ -52,8 +52,8 @@ return { options = { icons_enabled = true, theme = lualine_theme(), - component_separators = { left = "", right = "" }, - section_separators = { left = "", right = "" }, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, disabled_filetypes = { statusline = { "packer" }, winbar = {}, @@ -71,7 +71,7 @@ return { lualine_a = { "mode" }, lualine_b = { "branch", "diff", "diagnostics" }, lualine_c = { "filename" }, - lualine_x = { "encoding", "fileformat", "filetype" }, + lualine_x = { "fileformat", "filetype" }, lualine_y = { "progress" }, lualine_z = { "location" }, },