style: reorder lualine again

This commit is contained in:
Youwen Wu 2024-09-17 16:23:43 -07:00
parent 62b25e1c4b
commit 0fff5154e6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -31,8 +31,15 @@
sections = { sections = {
lualine_a = [ "branch" ]; lualine_a = [ "branch" ];
lualine_b = [ lualine_b = [
"diff" {
"diagnostics" __unkeyed-1 = {
__raw = ''
function()
return require('lsp-progress').progress()
end,
'';
};
}
]; ];
lualine_c = [ lualine_c = [
"progress" "progress"
@ -43,15 +50,8 @@
"fileformat" "fileformat"
]; ];
lualine_y = [ lualine_y = [
{ "diff"
__unkeyed-1 = { "diagnostics"
__raw = ''
function()
return require('lsp-progress').progress()
end,
'';
};
}
]; ];
lualine_z = [ "location" ]; lualine_z = [ "location" ];
}; };