fix: change git status default order to 1500

This commit is contained in:
sxyazi
2024-09-16 22:14:25 +08:00
parent 9fc8595f31
commit 49137feda8

View File

@@ -105,7 +105,7 @@ local function setup(st, opts)
st.repos = {}
opts = opts or {}
opts.order = opts.order or 500
opts.order = opts.order or 1500
-- Chosen by ChatGPT fairly, PRs are welcome to adjust them
local t = THEME.git or {}