still not really there ugh
parent
8eb6159ae3
commit
0a7f70ba74
@ -0,0 +1,19 @@
|
||||
require("nvim-tree").setup({
|
||||
git = { enable = false },
|
||||
renderer = {
|
||||
icons = {
|
||||
show = {
|
||||
folder_arrow = false
|
||||
},
|
||||
glyphs = {
|
||||
default = "⚬",
|
||||
folder = {
|
||||
default = "▸",
|
||||
open = "▾",
|
||||
empty = "▹",
|
||||
empty_open = "▿",
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
})
|
Loading…
Reference in New Issue