nixvim-config/config/plugins/lualine.nix

14 lines
202 B
Nix
Raw Normal View History

2024-06-01 07:06:50 +00:00
{
plugins.lualine = {
enable = true;
componentSeparators = {
right = "";
left = "";
};
"sectionSeparators" = {
right = "";
left = "";
2024-06-01 07:06:50 +00:00
};
};
}