The default file explorer inside Vim is NetRW. It can be invoked, for example, by using :e .
. In its tree view, it prefixes the directory name with pipe characters (|
).
For example:
joe/
| Desktop/
| Documents/
| Downloads/
How can I replace the pipe character with something else in the tree display of NetRW?
I have looked at the monster netrw.vim
file and cannot seem to find this pipe character in it.