vim file icon

This commit is contained in:
Guilleag01
2023-11-16 00:34:39 +01:00
parent 0f5ba6a9f6
commit 151023dc56

View File

@@ -114,6 +114,7 @@ pub fn get_icon_file_type<'a>(filename: String) -> &'a str {
"xml" => "󰗀 ", "xml" => "󰗀 ",
"lua" => "", "lua" => "",
"php" => "", "php" => "",
"vim" => ""
"rs" => "", "rs" => "",
"js" => "", "js" => "",
"sh" => "", "sh" => "",