kristijanhusak/defx-icons

How to not show icon at row of root?

roachsinai opened this issue · 3 comments

image

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!

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 = ''

Sorry, for my unclear post, effect I expected is like below:

image
image

The first pic was shift left two char position.

or like this:

image
image