fix indent size, configure yazi

This commit is contained in:
2026-08-19 17:46:02 -05:00
parent e415a6e2f5
commit 8c2ad7532a

View File

@@ -45,7 +45,7 @@
insert_final_newline = false;
max_line_width = 80;
indent_style = "space";
indent_size = 4;
indent_size = 2;
};
};
};
@@ -334,6 +334,15 @@
yazi = {
enable = true;
enableZshIntegration = true;
settings = {
mgr = {
show_hidden = true;
sort_by = "natural";
sort_sensitive = true;
sort_dir_first = true;
scrolloff = 5;
};
};
};
zoxide = {
enable = true;