misc updates

This commit is contained in:
alejandro-angulo 2024-11-16 16:27:29 -08:00
parent 68028745ba
commit ea430b0b81
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 93 additions and 55 deletions

View file

@ -1,13 +1,15 @@
{
plugins.lualine = {
enable = true;
componentSeparators = {
right = "";
left = "";
};
"sectionSeparators" = {
right = "";
left = "";
settings.options = {
component_separators = {
right = "";
left = "";
};
section_separators = {
right = "";
left = "";
};
};
};
}