refactor: foldered a bunch of packages

This commit is contained in:
Nick 2024-11-20 17:47:07 -06:00
parent 18258dec54
commit 6196e80d62
27 changed files with 278 additions and 223 deletions

View file

@ -0,0 +1,18 @@
{
settings = {
log = {
enabled = false;
};
manager = {
show_hidden = true;
sort_by = "alphabetical";
sort_dir_first = true;
sort_reverse = false;
};
preview = {
tab_size = 2;
max_width = 1500;
max_height = 1000;
};
};
}