From fe40149fbd2b395079a736d4eb53f0be05802527 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 05:30:50 -0500 Subject: [PATCH] 220 current 2025-01-11 05:30:39 25.05.20241217.d3c42f1 6.6.66 * --- home/programs/nvim/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/programs/nvim/plugins/lualine.lua b/home/programs/nvim/plugins/lualine.lua index 817c1a5..4938a78 100644 --- a/home/programs/nvim/plugins/lualine.lua +++ b/home/programs/nvim/plugins/lualine.lua @@ -43,7 +43,7 @@ require('lualine').setup { section_separators = { left = '', right = '' }, }, sections = { - lualine_a = { { 'mode', right_padding = 2 } }, + lualine_a = { { 'mode', right_padding = 1 } }, lualine_b = { 'filename', 'branch' }, lualine_c = { '%=', --[[ add your center compoentnts here in place of this comment ]] @@ -60,7 +60,7 @@ require('lualine').setup { lualine_c = {}, lualine_x = {}, lualine_y = {}, - lualine_z = { 'location' }, + lualine_z = {}, }, tabline = {}, extensions = {},