1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:00:04 +08:00

Change defx icons

the directory icon should be same as tagbar
This commit is contained in:
Shidong Wang 2020-01-23 15:54:43 +08:00
parent 5927bab905
commit 3ae9a01a08

View File

@ -30,8 +30,8 @@ call defx#custom#column('mark', {
\ })
call defx#custom#column('icon', {
\ 'directory_icon': '',
\ 'opened_icon': '',
\ 'directory_icon': '',
\ 'opened_icon': '',
\ 'root_icon': ' ',
\ })