mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
statusline/lualine: equalize padding
This commit is contained in:
parent
6624841e63
commit
f9343f1bc7
1 changed files with 28 additions and 0 deletions
|
@ -153,6 +153,13 @@ in {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
''
|
||||||
|
{
|
||||||
|
"",
|
||||||
|
draw_empty = true,
|
||||||
|
separator = { left = '', right = '' }
|
||||||
|
}
|
||||||
|
''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -175,6 +182,13 @@ in {
|
||||||
separator = {right = ''}
|
separator = {right = ''}
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
''
|
||||||
|
{
|
||||||
|
"",
|
||||||
|
draw_empty = true,
|
||||||
|
separator = { left = '', right = '' }
|
||||||
|
}
|
||||||
|
''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -263,6 +277,13 @@ in {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
description = "active config for: | A | B | C X | (Y) | Z |";
|
description = "active config for: | A | B | C X | (Y) | Z |";
|
||||||
default = [
|
default = [
|
||||||
|
''
|
||||||
|
{
|
||||||
|
"",
|
||||||
|
draw_empty = true,
|
||||||
|
separator = { left = '', right = '' }
|
||||||
|
}
|
||||||
|
''
|
||||||
''
|
''
|
||||||
{
|
{
|
||||||
'searchcount',
|
'searchcount',
|
||||||
|
@ -285,6 +306,13 @@ in {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
description = "active config for: | A | B | C X | Y | (Z) |";
|
description = "active config for: | A | B | C X | Y | (Z) |";
|
||||||
default = [
|
default = [
|
||||||
|
''
|
||||||
|
{
|
||||||
|
"",
|
||||||
|
draw_empty = true,
|
||||||
|
separator = { left = '', right = '' }
|
||||||
|
}
|
||||||
|
''
|
||||||
''
|
''
|
||||||
{
|
{
|
||||||
"progress",
|
"progress",
|
||||||
|
|
Loading…
Reference in a new issue