updated inactive lualine
This commit is contained in:
parent
f01d36ad8e
commit
644c7f97d9
1 changed files with 32 additions and 0 deletions
|
@ -48,6 +48,38 @@ return {
|
|||
},
|
||||
lualine_z = {'location'}
|
||||
},
|
||||
|
||||
inactive_sections = {
|
||||
lualine_a = {'mode'},
|
||||
lualine_b = {
|
||||
{
|
||||
'filename',
|
||||
}
|
||||
},
|
||||
lualine_c = {
|
||||
{
|
||||
'branch',
|
||||
icon = '',
|
||||
color={fg='#d8a657', bg='#282828'},
|
||||
}
|
||||
},
|
||||
lualine_x = {
|
||||
{
|
||||
'filetype',
|
||||
color={bg='#282828'},
|
||||
}
|
||||
},
|
||||
lualine_y = {
|
||||
{
|
||||
'diagnostics',
|
||||
},
|
||||
{
|
||||
'diff',
|
||||
icon = {' ', color={fg='#d8a657', gui='bold'}},
|
||||
}
|
||||
},
|
||||
lualine_z = {'location'}
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue