From 151023dc56c9bd2745d70035e77a3756d2315690 Mon Sep 17 00:00:00 2001 From: Guilleag01 Date: Thu, 16 Nov 2023 00:34:39 +0100 Subject: [PATCH] vim file icon --- src/utils.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.rs b/src/utils.rs index a707502..7e09519 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -114,7 +114,8 @@ pub fn get_icon_file_type<'a>(filename: String) -> &'a str { "xml" => "󰗀 ", "lua" => " ", "php" => " ", - "rs" => " ", + "vim" => " " + "rs" => " ", "js" => " ", "sh" => " ", "db" => "󰆼 ",