Skip to content

Commit

Permalink
Change defx icons
Browse files Browse the repository at this point in the history
the directory icon should be same as tagbar
  • Loading branch information
wsdjeg committed Jan 23, 2020
1 parent 5927bab commit 3ae9a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugins/defx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ call defx#custom#column('mark', {
\ })

call defx#custom#column('icon', {
\ 'directory_icon': '',
\ 'opened_icon': '',
\ 'directory_icon': '',
\ 'opened_icon': '',
\ 'root_icon': ' ',
\ })

Expand Down

0 comments on commit 3ae9a01

Please sign in to comment.