switch to lualine for now pretty cool I think
This commit is contained in:
parent
a811795257
commit
1e03de114b
1 changed files with 5 additions and 1 deletions
|
@ -76,9 +76,13 @@ in {
|
|||
|
||||
plugins = {
|
||||
airline = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings.theme = "catppuccin";
|
||||
};
|
||||
lualine = {
|
||||
enable = true;
|
||||
theme = "catppuccin";
|
||||
};
|
||||
fugitive.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue