Updated lualine config
This commit is contained in:
parent
d75b5a0be6
commit
fc14e637c0
2 changed files with 14 additions and 1 deletions
13
config/plugins/lualine.nix
Normal file
13
config/plugins/lualine.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
plugins.lualine = {
|
||||
enable = true;
|
||||
componentSeparators = {
|
||||
right = "";
|
||||
left = "";
|
||||
};
|
||||
"sectionSeparators" = {
|
||||
right = "";
|
||||
left= "";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue