sort icon only if not git signcolumn

This commit is contained in:
chomosuke
2022-12-06 23:56:12 +11:00
parent 3af4d14199
commit 10fc0ebf90
2 changed files with 11 additions and 8 deletions

View File

@@ -85,10 +85,6 @@ local function get_icons_(node)
end
end
table.sort(iconss, function(a, b)
return a.ord < b.ord
end)
return iconss
end