This commit is contained in:
Timofey.Kovalev 2025-01-20 11:49:04 +03:00
parent a9c266ca45
commit 7cbd45bb2c

View File

@ -29,6 +29,21 @@ return {
symbol = "",
highlight = "NeoTreeModified",
},
git_status = {
symbols = {
-- Change type
added = "", -- or "✚", but this is redundant info if you use git_status_colors on the name
modified = "", -- or "", but this is redundant info if you use git_status_colors on the name
deleted = "", -- this can only be used in the git_status source
renamed = "󰁕", -- this can only be used in the git_status source
-- Status type
untracked = "",
ignored = "",
unstaged = "", -- "󰄱",
staged = "",
conflict = "",
},
},
},
})
end,