From 4e6cdfc48ee8bcc777a23e5f6090a24b32d7a4b7 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 05:29:18 -0500 Subject: [PATCH] 219 current 2025-01-11 05:29:08 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 7a6d7e6..817c1a5 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', separator = { left = '' }, right_padding = 2 } }, + lualine_a = { { 'mode', right_padding = 2 } }, lualine_b = { 'filename', 'branch' }, lualine_c = { '%=', --[[ add your center compoentnts here in place of this comment ]] @@ -51,7 +51,7 @@ require('lualine').setup { lualine_x = {}, lualine_y = { 'filetype', 'progress' }, lualine_z = { - { 'location', left_padding = 2 }, + { 'location', left_padding = 1 }, }, }, inactive_sections = {