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 = {
|
||||
enableFormat = true;
|
||||
enableTreesitter = false;
|
||||
enableTreesitter = true;
|
||||
enableExtraDiagnostics = true;
|
||||
|
||||
nix.enable = true;
|
||||
|
|
@ -84,6 +84,13 @@
|
|||
indent-blankline.enable = true;
|
||||
};
|
||||
|
||||
statusline = {
|
||||
lualine = {
|
||||
enable = true;
|
||||
theme = "catppuccin";
|
||||
};
|
||||
};
|
||||
|
||||
theme = {
|
||||
enable = true;
|
||||
name = "catppuccin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue