Updated lualine config
This commit is contained in:
parent
d75b5a0be6
commit
fc14e637c0
|
@ -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;
|
||||
|
|
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…
Reference in a new issue