From b421c83a8a6f775c92bbf3f7255727cda92b5141 Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Sun, 21 Apr 2019 21:42:28 +0800 Subject: [PATCH] Fix defx config --- config/plugins/defx.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/plugins/defx.vim b/config/plugins/defx.vim index 14365751a..5ff71094d 100644 --- a/config/plugins/defx.vim +++ b/config/plugins/defx.vim @@ -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