fix(neo-tree): better icons for git staged/unstaged

This commit is contained in:
Folke Lemaitre 2024-05-21 22:06:52 +02:00
parent ab4e57a4bf
commit e46dd4e9b2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -96,6 +96,12 @@ return {
expander_expanded = "",
expander_highlight = "NeoTreeExpander",
},
git_status = {
symbols = {
unstaged = "󰄱",
staged = "󰱒",
},
},
},
},
config = function(_, opts)