@@ -7,13 +7,13 @@ local M = {
7
7
8
8
local function build_icons_table (i )
9
9
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" },
17
17
}
18
18
return {
19
19
[" M " ] = { icons .staged },
0 commit comments