From 6dd9e163acb8f96801d63568373ab4b3c60c7a9e Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 17 Apr 2024 17:04:53 -0400 Subject: [PATCH] 385 current 2024-04-17 17:04:44 24.05.20240416.5672bc9 6.8.4-zen1 * --- .../vim/config/lua/plugins/ui/lualine.lua | 16 ++++++++-------- 1 file changed, 8 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 80d1651..992c9d8 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,13 @@ 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_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 }, + }, }, }