reconfigure lualine
This commit is contained in:
parent
10a69be6f3
commit
8eebae8f90
5
init.lua
5
init.lua
|
@ -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' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue