Update lualine config
This commit is contained in:
parent
b0b5108d34
commit
a86d4b844c
1 changed files with 10 additions and 2 deletions
|
@ -6,8 +6,16 @@ return {
|
||||||
options = {
|
options = {
|
||||||
--`theme=codedark,
|
--`theme=codedark,
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '', right = '' },
|
||||||
section_separators = { left = '', right = '' }
|
section_separators = { left = '', right = '' },
|
||||||
}
|
},
|
||||||
|
sections = {
|
||||||
|
lualine_a = {'mode'},
|
||||||
|
lualine_b = {'branch', 'diff', 'diagnostics'},
|
||||||
|
lualine_c = {'filename'},
|
||||||
|
lualine_x = {'encoding', 'filetype'},
|
||||||
|
lualine_y = {'progress'},
|
||||||
|
lualine_z = {'location'}
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue