add new dir icons for nvimtree
This commit is contained in:
parent
32b111b8e2
commit
1a4936ab26
|
@ -61,17 +61,17 @@ local options = {
|
||||||
folder = {
|
folder = {
|
||||||
default = "",
|
default = "",
|
||||||
empty = "",
|
empty = "",
|
||||||
empty_open = "",
|
empty_open = "",
|
||||||
open = "",
|
open = "",
|
||||||
symlink = "",
|
symlink = "",
|
||||||
symlink_open = "",
|
symlink_open = "",
|
||||||
arrow_open = "",
|
arrow_open = "",
|
||||||
arrow_closed = "",
|
arrow_closed = "",
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
unstaged = "✗",
|
unstaged = "✗",
|
||||||
staged = "✓",
|
staged = "✓",
|
||||||
unmerged = "",
|
unmerged = "",
|
||||||
renamed = "➜",
|
renamed = "➜",
|
||||||
untracked = "★",
|
untracked = "★",
|
||||||
deleted = "",
|
deleted = "",
|
||||||
|
|
Loading…
Reference in New Issue