From 828a9780bd784b547f19d16680079fa44e61a0fb Mon Sep 17 00:00:00 2001 From: ALVAROPING1 Date: Mon, 27 Jan 2025 20:20:10 +0100 Subject: [PATCH] fix: add missing filetype icon mapping for Norg --- lua/nvim-web-devicons/filetypes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/nvim-web-devicons/filetypes.lua b/lua/nvim-web-devicons/filetypes.lua index a506a23f..7f0878cf 100644 --- a/lua/nvim-web-devicons/filetypes.lua +++ b/lua/nvim-web-devicons/filetypes.lua @@ -125,6 +125,7 @@ return { ["nim"] = "nim", ["nix"] = "nix", ["node"] = "node_modules", + ["norg"] = "norg", ["nu"] = "nu", ["obj"] = "obj", ["ocaml"] = "ml",