mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
update git icons in gree
This commit is contained in:
parent
37f7edd04f
commit
139ce18e47
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ let g:nvim_tree_icons = {
|
|||
\ 'default': '',
|
||||
\ 'symlink': '',
|
||||
\ 'git': {
|
||||
\ 'unstaged': "✗",
|
||||
\ 'unstaged': "",
|
||||
\ 'staged': "✓",
|
||||
\ 'unmerged': "",
|
||||
\ 'renamed': "➜",
|
||||
\ 'untracked': ""
|
||||
\ 'untracked': "✗"
|
||||
\ },
|
||||
\ 'folder': {
|
||||
\ 'default': "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue