1
0
Fork 0

lualine: remove filetype icon and reorder some right sections

This commit is contained in:
Felipe 2023-06-27 23:35:00 -04:00
parent a5277108a6
commit 2098afc6c1
Signed by: pitbuster
SSH key fingerprint: SHA256:OM3HeVSA96adfy2Gi8OhZkQBY67P88LoJUwkeVoTArQ

View file

@ -59,9 +59,14 @@ require('lualine').setup({
lualine_a = { 'mode' }, lualine_a = { 'mode' },
lualine_b = { 'diagnostics' }, lualine_b = { 'diagnostics' },
lualine_c = { 'filename' }, lualine_c = { 'filename' },
lualine_x = { 'encoding', 'fileformat', 'filetype' }, lualine_x = { 'fileformat', 'encoding' },
lualine_y = { 'searchcount', 'progress' }, lualine_y = {
lualine_z = { 'location' } {
'filetype',
icons_enabled = false,
}
},
lualine_z = { 'searchcount', 'progress', 'location' }
} }
}) })