Skip to content

Commit 4023772

Browse files
authored
fix: add missing filetype icon mapping for Norg (#559)
1 parent 1c91363 commit 4023772

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/nvim-web-devicons/filetypes.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ return {
125125
["nim"] = "nim",
126126
["nix"] = "nix",
127127
["node"] = "node_modules",
128+
["norg"] = "norg",
128129
["nu"] = "nu",
129130
["obj"] = "obj",
130131
["ocaml"] = "ml",

0 commit comments

Comments
 (0)