Updated lualine config

This commit is contained in:
Alejandro Angulo 2024-06-01 00:06:50 -07:00
parent d75b5a0be6
commit fc14e637c0
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
plugins.lualine = {
enable = true;
componentSeparators = {
right = "";
left = "";
};
"sectionSeparators" = {
right = "";
left= "";
};
};
}