mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
style: reorder lualine again
This commit is contained in:
parent
62b25e1c4b
commit
0fff5154e6
1 changed files with 11 additions and 11 deletions
|
@ -31,8 +31,15 @@
|
|||
sections = {
|
||||
lualine_a = [ "branch" ];
|
||||
lualine_b = [
|
||||
"diff"
|
||||
"diagnostics"
|
||||
{
|
||||
__unkeyed-1 = {
|
||||
__raw = ''
|
||||
function()
|
||||
return require('lsp-progress').progress()
|
||||
end,
|
||||
'';
|
||||
};
|
||||
}
|
||||
];
|
||||
lualine_c = [
|
||||
"progress"
|
||||
|
@ -43,15 +50,8 @@
|
|||
"fileformat"
|
||||
];
|
||||
lualine_y = [
|
||||
{
|
||||
__unkeyed-1 = {
|
||||
__raw = ''
|
||||
function()
|
||||
return require('lsp-progress').progress()
|
||||
end,
|
||||
'';
|
||||
};
|
||||
}
|
||||
"diff"
|
||||
"diagnostics"
|
||||
];
|
||||
lualine_z = [ "location" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue