lualine: remove filetype icon and reorder some right sections
This commit is contained in:
parent
a5277108a6
commit
2098afc6c1
1 changed files with 8 additions and 3 deletions
11
init.lua
11
init.lua
|
|
@ -59,9 +59,14 @@ require('lualine').setup({
|
|||
lualine_a = { 'mode' },
|
||||
lualine_b = { 'diagnostics' },
|
||||
lualine_c = { 'filename' },
|
||||
lualine_x = { 'encoding', 'fileformat', 'filetype' },
|
||||
lualine_y = { 'searchcount', 'progress' },
|
||||
lualine_z = { 'location' }
|
||||
lualine_x = { 'fileformat', 'encoding' },
|
||||
lualine_y = {
|
||||
{
|
||||
'filetype',
|
||||
icons_enabled = false,
|
||||
}
|
||||
},
|
||||
lualine_z = { 'searchcount', 'progress', 'location' }
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue