fix indent size, configure yazi
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
insert_final_newline = false;
|
insert_final_newline = false;
|
||||||
max_line_width = 80;
|
max_line_width = 80;
|
||||||
indent_style = "space";
|
indent_style = "space";
|
||||||
indent_size = 4;
|
indent_size = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -334,6 +334,15 @@
|
|||||||
yazi = {
|
yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
settings = {
|
||||||
|
mgr = {
|
||||||
|
show_hidden = true;
|
||||||
|
sort_by = "natural";
|
||||||
|
sort_sensitive = true;
|
||||||
|
sort_dir_first = true;
|
||||||
|
scrolloff = 5;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
zoxide = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user