nixvim-config/config/plugins/lualine.nix
Alejandro Angulo d149b9b70b
Added alejandra for formatting
Formatted all files in repo and set up alejandra to run automatically
when nix files are saved.
2024-06-01 00:27:41 -07:00

14 lines
202 B
Nix

{
plugins.lualine = {
enable = true;
componentSeparators = {
right = "";
left = "";
};
"sectionSeparators" = {
right = "";
left = "";
};
};
}