malvim autoindent and line gg, file explorer boilerplate

This commit is contained in:
stjet
2024-12-16 07:23:41 +00:00
parent 5da36108fe
commit 3ed612752b
5 changed files with 114 additions and 7 deletions

View File

@@ -151,7 +151,7 @@ impl StartMenu {
} else if name == "Utils" {
to_add.push("Terminal");
} else if name == "Files" {
to_add.push("Audio Player");
to_add.extend(["File Explorer", "Audio Player"]);
}
//
for a in 0..to_add.len() {