non important commit
This commit is contained in:
parent
c2454522eb
commit
3109440602
1 changed files with 8 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
enableFormat = true;
|
enableFormat = true;
|
||||||
enableTreesitter = false;
|
enableTreesitter = true;
|
||||||
enableExtraDiagnostics = true;
|
enableExtraDiagnostics = true;
|
||||||
|
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
|
|
@ -84,6 +84,13 @@
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
statusline = {
|
||||||
|
lualine = {
|
||||||
|
enable = true;
|
||||||
|
theme = "catppuccin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "catppuccin";
|
name = "catppuccin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue