From 3d80b2b03488c4cabe8f6c966b3eb55e386178ff Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 14 May 2024 19:03:42 -0400 Subject: [PATCH] 612 current 2024-05-14 19:03:37 24.05.20240512.2057814 6.8.6-zen1 * --- .../vim/config/lua/plugins/ui/lualine.lua | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua b/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua index 5957b5f..31ccb70 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua @@ -19,13 +19,16 @@ return { component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, }, - -- sections = { - -- lualine_a = { sources.mode }, - -- lualine_b = { sources.branch, sources.diff }, - -- lualine_c = { sources.filetype, sources.macro }, - -- lualine_x = { sources.lsp, sources.diagnostics }, - -- lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, - -- lualine_z = { sources.progress, sources.location }, - -- }, + sections = { + lualine_x = { + "rest", + }, + -- lualine_a = { sources.mode }, + -- lualine_b = { sources.branch, sources.diff }, + -- lualine_c = { sources.filetype, sources.macro }, + -- lualine_x = { sources.lsp, sources.diagnostics }, + -- lualine_y = { sources.indentation, sources.encoding, sources.fileformat }, + -- lualine_z = { sources.progress, sources.location }, + }, }, }