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 = '✗',
|
unstaged = '✗',
|
||||||
staged = '✓',
|
staged = '✓',
|
||||||
unmerged = '',
|
unmerged = '',
|
||||||
renamed = '➜',
|
renamed = '→',
|
||||||
untracked = '★',
|
untracked = '…',
|
||||||
deleted = '',
|
deleted = '',
|
||||||
ignored = '◌'
|
ignored = '◌'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue