nixvim-config/config/plugins/lualine.nix

16 lines
250 B
Nix
Raw Normal View History

2024-06-01 07:06:50 +00:00
{
plugins.lualine = {
enable = true;
2024-11-17 00:27:29 +00:00
settings.options = {
component_separators = {
right = "";
left = "";
};
section_separators = {
right = "";
left = "";
};
2024-06-01 07:06:50 +00:00
};
};
}