mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(neo-tree): better icons for git staged/unstaged
This commit is contained in:
parent
ab4e57a4bf
commit
e46dd4e9b2
1 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,12 @@ return {
|
|||
expander_expanded = "",
|
||||
expander_highlight = "NeoTreeExpander",
|
||||
},
|
||||
git_status = {
|
||||
symbols = {
|
||||
unstaged = "",
|
||||
staged = "",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue