mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim: icons: add more tree icons.
This commit is contained in:
parent
f26bdcdc86
commit
658ff58989
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ return {
|
||||||
sep = " ",
|
sep = " ",
|
||||||
},
|
},
|
||||||
tree = {
|
tree = {
|
||||||
|
horizontal = "─",
|
||||||
|
vertical = "│",
|
||||||
|
expanded = "┐",
|
||||||
node = "├",
|
node = "├",
|
||||||
nodelast = "└",
|
nodelast = "└",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue