mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 13:58:27 +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': '',
|
\ 'default': '',
|
||||||
\ 'symlink': '',
|
\ 'symlink': '',
|
||||||
\ 'git': {
|
\ 'git': {
|
||||||
\ 'unstaged': "✗",
|
\ 'unstaged': "",
|
||||||
\ 'staged': "✓",
|
\ 'staged': "✓",
|
||||||
\ 'unmerged': "",
|
\ 'unmerged': "",
|
||||||
\ 'renamed': "➜",
|
\ 'renamed': "➜",
|
||||||
\ 'untracked': ""
|
\ 'untracked': "✗"
|
||||||
\ },
|
\ },
|
||||||
\ 'folder': {
|
\ 'folder': {
|
||||||
\ 'default': "",
|
\ 'default': "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue