fix(nvim) change nvimtree git icons
This commit is contained in:
parent
178f667f85
commit
b2f06e16b8
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ vim.g.nvim_tree_icons = {
|
|||
unstaged = '✗',
|
||||
staged = '✓',
|
||||
unmerged = '',
|
||||
renamed = '➜',
|
||||
untracked = '★',
|
||||
renamed = '→',
|
||||
untracked = '…',
|
||||
deleted = '',
|
||||
ignored = '◌'
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue