mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 09:00:06 +08:00
Change defx icons
the directory icon should be same as tagbar
This commit is contained in:
parent
5927bab905
commit
3ae9a01a08
@ -30,8 +30,8 @@ call defx#custom#column('mark', {
|
|||||||
\ })
|
\ })
|
||||||
|
|
||||||
call defx#custom#column('icon', {
|
call defx#custom#column('icon', {
|
||||||
\ 'directory_icon': '',
|
\ 'directory_icon': '▶',
|
||||||
\ 'opened_icon': '',
|
\ 'opened_icon': '▼',
|
||||||
\ 'root_icon': ' ',
|
\ 'root_icon': ' ',
|
||||||
\ })
|
\ })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user