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

Fix defx config

This commit is contained in:
Shidong Wang 2019-04-21 21:42:28 +08:00
parent 8dcde203a3
commit b421c83a8a

View File

@ -29,9 +29,10 @@ call defx#custom#column('mark', {
\ 'selected_icon': '',
\ })
call defx#custom#column('filename', {
call defx#custom#column('icon', {
\ 'directory_icon': '',
\ 'opened_icon': '',
\ 'root_icon': ' ',
\ })
augroup vfinit