style: shuffle around lualine

This commit is contained in:
Youwen Wu 2024-09-17 15:22:42 -07:00
parent e7125bd862
commit 8a9c7c25a7
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -31,6 +31,19 @@
sections = { sections = {
lualine_a = [ "branch" ]; lualine_a = [ "branch" ];
lualine_b = [ lualine_b = [
"diff"
"diagnostics"
];
lualine_c = [
"filetype"
"progress"
];
lualine_x = [
"encoding"
"fileformat"
# "filetype"
];
lualine_y = [
{ {
__unkeyed-1 = { __unkeyed-1 = {
__raw = '' __raw = ''
@ -41,9 +54,15 @@
}; };
} }
]; ];
lualine_c = [ "diff" ]; lualine_z = [ "location" ];
};
options = {
globalstatus = true;
section_separators = {
left = "";
right = "";
};
}; };
options.globalstatus = true;
}; };
}; };
crates-nvim.enable = true; crates-nvim.enable = true;