reconfigure lualine

This commit is contained in:
jannawro 2023-11-14 09:22:54 +01:00
parent 10a69be6f3
commit 8eebae8f90
1 changed files with 5 additions and 0 deletions

View File

@ -179,6 +179,11 @@ require('lazy').setup({
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },
inactive_sections = {
lualine_x = { 'encoding', 'fileformat' },
lualine_y = { 'progress' },
lualine_z = { 'location' },
},
}, },
}, },