sort icon only if not git signcolumn
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user