@@ -7,13 +7,13 @@ local M = {
77
88local function build_icons_table (i )
99 local icons = {
10- staged = { icon = i .staged , hl = " NvimTreeGitStaged" , ord = 1 },
11- unstaged = { icon = i .unstaged , hl = " NvimTreeGitDirty" , ord = 2 },
12- renamed = { icon = i .renamed , hl = " NvimTreeGitRenamed" , ord = 3 },
13- deleted = { icon = i .deleted , hl = " NvimTreeGitDeleted" , ord = 4 },
14- unmerged = { icon = i .unmerged , hl = " NvimTreeGitMerge" , ord = 5 },
15- untracked = { icon = i .untracked , hl = " NvimTreeGitNew" , ord = 6 },
16- ignored = { icon = i .ignored , hl = " NvimTreeGitIgnored" , ord = 7 },
10+ staged = { icon = i .staged , hl = " NvimTreeGitStaged" },
11+ unstaged = { icon = i .unstaged , hl = " NvimTreeGitDirty" },
12+ renamed = { icon = i .renamed , hl = " NvimTreeGitRenamed" },
13+ deleted = { icon = i .deleted , hl = " NvimTreeGitDeleted" },
14+ unmerged = { icon = i .unmerged , hl = " NvimTreeGitMerge" },
15+ untracked = { icon = i .untracked , hl = " NvimTreeGitNew" },
16+ ignored = { icon = i .ignored , hl = " NvimTreeGitIgnored" },
1717 }
1818 return {
1919 [" M " ] = { icons .staged },
0 commit comments