From 8e827505bfe8e587cd20dd6f920199be7cbf9023 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 17 Apr 2024 17:03:56 -0400 Subject: [PATCH] 384 current 2024-04-17 17:03:48 24.05.20240416.5672bc9 6.8.4-zen1 * --- .../vim/config/lua/plugins/ui/lualine.lua | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 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 ea8f825..80d1651 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/lualine.lua @@ -14,18 +14,18 @@ return { require("lualine").setup(opts) end, - -- opts = { - -- options = { - -- 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 }, - -- }, - -- }, + opts = { + -- options = { + -- 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 }, + -- }, + }, }