From 97ce641c7fbc6dd194744287de0aec2ab2d183a7 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 05:35:40 -0500 Subject: [PATCH] 221 current 2025-01-11 05:35:27 25.05.20241217.d3c42f1 6.6.66 * --- home/programs/nvim/plugins/lualine.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/programs/nvim/plugins/lualine.lua b/home/programs/nvim/plugins/lualine.lua index 4938a78..df1fbcb 100644 --- a/home/programs/nvim/plugins/lualine.lua +++ b/home/programs/nvim/plugins/lualine.lua @@ -46,7 +46,8 @@ 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 ]] + -- '%=', --[[ add your center compoentnts here in place of this comment ]] + 'diagnostics' }, lualine_x = {}, lualine_y = { 'filetype', 'progress' }, @@ -60,7 +61,7 @@ require('lualine').setup { lualine_c = {}, lualine_x = {}, lualine_y = {}, - lualine_z = {}, + lualine_z = { 'location' }, }, tabline = {}, extensions = {},