13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
|
{# Tag bar #}
|
||
|
{{ add_source('liuchengxu/vista.vim') -}}
|
||
|
nmap <F8> :Vista!!<CR>
|
||
|
let g:vista_icon_indent = ["▸ ", ""]
|
||
|
|
||
|
let g:vista#renderer#enable_icon = 0
|
||
|
|
||
|
" 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",
|
||
|
\ }
|