From 8eebae8f90338d61fafbd44829fb524503b85a1f Mon Sep 17 00:00:00 2001 From: jannawro Date: Tue, 14 Nov 2023 09:22:54 +0100 Subject: [PATCH] reconfigure lualine --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.lua b/init.lua index bbf70b69..a1d5e548 100644 --- a/init.lua +++ b/init.lua @@ -179,6 +179,11 @@ require('lazy').setup({ component_separators = '|', section_separators = '', }, + inactive_sections = { + lualine_x = { 'encoding', 'fileformat' }, + lualine_y = { 'progress' }, + lualine_z = { 'location' }, + }, }, },