How to not show icon at row of root?
roachsinai opened this issue · 3 comments
roachsinai commented
Hi @kristijanhusak , as I post above. There is a
and a speace before ≡
, and I think it will be better if it disapper.
As if
not show the following part of root line could shift left, then doc, plugin, test, etc
is the subdirectories of root from indent. But for now they are in same indent.
Is there a way to make it? Thanks!
kristijanhusak commented
Setting these to empty strings should do the trick:
let g:defx_icons_root_opened_tree_icon = ''
let g:defx_icons_nested_opened_tree_icon = ''
roachsinai commented
roachsinai commented