lualine: added
This commit is contained in:
parent
04fc8f6782
commit
c58b1d1826
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
./keybindings.nix
|
./keybindings.nix
|
||||||
./lazygit.nix
|
./lazygit.nix
|
||||||
./lsp
|
./lsp
|
||||||
|
./lualine.nix
|
||||||
./project.nix
|
./project.nix
|
||||||
./rainbow-delimiters.nix
|
./rainbow-delimiters.nix
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
|
|
5
config/lualine.nix
Normal file
5
config/lualine.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
plugins.lualine = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue