{# Tag bar #} {{ add_source('liuchengxu/vista.vim') -}} nmap s :Vista!! let g:vista_icon_indent = ["▸ ", ""] let g:vista#renderer#enable_icon = 1 " The default icons can't be suitable for all the filetypes, you can extend it as you wish. let g:vista#renderer#icons = { \ "function": "f", \ "variable": "x", \ }