aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json2
-rw-r--r--plugins/nerdicons.lua4
2 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index da44c61..ba4b84a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1888,7 +1888,7 @@
"mod_version": "3",
"path": "plugins/nerdicons.lua",
"type": "plugin",
- "version": "1.2.2"
+ "version": "1.2.3"
},
{
"description": "Official NodeJs builds.",
diff --git a/plugins/nerdicons.lua b/plugins/nerdicons.lua
index c146280..014e592 100644
--- a/plugins/nerdicons.lua
+++ b/plugins/nerdicons.lua
@@ -113,6 +113,10 @@ local extension_icons = {
[".otf"] = { "#dad8d4", "fa-font" },
[".vim"] = { "#8f00ff", "custom-vim" },
[".pdf"] = { "#E53935", "fa-file_pdf_o" },
+ [".jl"] = { "#4063d8", "seti-julia" },
+ [".mp4"] = { "#e85e00", "oct-video" },
+ [".jld2"] = { "#888888", "fa-database" },
+ [".ipynb"] = { "#F37726", "seti-notebook" },
}