fix indent size, configure yazi
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user