forked from poz/niksos
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 = {
|
plugins = {
|
||||||
airline = {
|
airline = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings.theme = "catppuccin";
|
settings.theme = "catppuccin";
|
||||||
};
|
};
|
||||||
|
lualine = {
|
||||||
|
enable = true;
|
||||||
|
theme = "catppuccin";
|
||||||
|
};
|
||||||
fugitive.enable = true;
|
fugitive.enable = true;
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue