updated lualine
This commit is contained in:
parent
52904e069e
commit
f01d36ad8e
1 changed files with 32 additions and 4 deletions
|
@ -11,13 +11,41 @@ return {
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
theme = custom_gruvbox,
|
theme = custom_gruvbox,
|
||||||
|
section_separators = '',
|
||||||
|
component_separators = ''
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {'mode'},
|
lualine_a = {'mode'},
|
||||||
lualine_b = {'filename'},
|
lualine_b = {
|
||||||
lualine_c = {'branch'},
|
{
|
||||||
lualine_x = {'filetype'},
|
'filename',
|
||||||
lualine_y = {'diagnostics', 'diff'},
|
color={gui='bold'},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lualine_c = {
|
||||||
|
{
|
||||||
|
'branch',
|
||||||
|
icon = '',
|
||||||
|
color={fg='#d8a657', bg='#282828', gui='bold' },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lualine_x = {
|
||||||
|
{
|
||||||
|
'filetype',
|
||||||
|
color={bg='#282828'},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lualine_y = {
|
||||||
|
{
|
||||||
|
'diagnostics',
|
||||||
|
color={gui='bold'},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'diff',
|
||||||
|
icon = {' ', color={fg='#d8a657', gui='bold'}},
|
||||||
|
color={gui='bold'},
|
||||||
|
}
|
||||||
|
},
|
||||||
lualine_z = {'location'}
|
lualine_z = {'location'}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue