From 7e1d38d6c71ebcd5b0f7d015dd704b4a50db90de Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 05:39:30 -0500 Subject: [PATCH] 223 current 2025-01-11 05:39:19 25.05.20241217.d3c42f1 6.6.66 * --- home/programs/nvim/plugins/lualine.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/programs/nvim/plugins/lualine.lua b/home/programs/nvim/plugins/lualine.lua index 417bfaa..0a38637 100644 --- a/home/programs/nvim/plugins/lualine.lua +++ b/home/programs/nvim/plugins/lualine.lua @@ -46,13 +46,12 @@ require('lualine').setup { lualine_a = { { 'mode', right_padding = 1 } }, lualine_b = { 'filename', 'branch' }, lualine_c = { - -- '%=', --[[ add your center compoentnts here in place of this comment ]] - 'diagnostics' -i }, + '%=', --[[ add your center compoentnts here in place of this comment ]] + }, lualine_x = {}, lualine_y = { 'filetype', 'location' ,'progress' }, lualine_z = { - { 'location', left_padding = 1 }, + { 'diagnostics', left_padding = 1 }, }, }, inactive_sections = { @@ -61,7 +60,7 @@ i }, lualine_c = {}, lualine_x = {}, lualine_y = {}, - lualine_z = { }, + lualine_z = { 'diagnostics' }, }, tabline = {}, extensions = {},