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

@ -4,6 +4,7 @@
imports = [
./plugins/gitsigns.nix
./plugins/lsp.nix
./plugins/lualine.nix
./plugins/rhubarb.nix
];
@ -56,7 +57,6 @@
];
plugins = {
lualine.enable = true;
telescope.enable = true;
treesitter.enable = true;
tmux-navigator.enable = true;

View file

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