mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
style: shuffle around lualine
This commit is contained in:
parent
e7125bd862
commit
8a9c7c25a7
1 changed files with 21 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue