···8787Config = struct {
8888 .show_hidden: bool = true,
8989 .sort_dirs: bool = true,
9090- .show_images: bool = true, -- Images are only supported in a terminal
9191- supporting the `kitty image protocol`.
9090+ .show_images: bool = true, -- Images are only supported in a terminal
9191+ supporting the `kitty image protocol`.
9292 .preview_file: bool = true,
9393- .empty_trash_on_exit: bool = false, -- Emptying the trash permanently deletes
9494- all files within the trash. These
9595- files are not recoverable past this
9696- point.
9797- .true_dir_size: bool = false, -- Display size of directory including
9898- all its children. This can and will
9999- cause lag on deeply nested directories.
9393+ .empty_trash_on_exit: bool = false, -- Emptying the trash permanently deletes
9494+ all files within the trash. These
9595+ files are not recoverable past this
9696+ point.
9797+ .true_dir_size: bool = false, -- Display size of directory including
9898+ all its children. This can and will
9999+ cause lag on deeply nested directories.
100100+ .archive_traversal_limit: usize = 100, -- How many files to be traversed when reading
101101+ an archive (zip, tar, etc.).
100102 .keybinds: Keybinds,
101103 .styles: Styles
102104}