dotfiles/config/automatrop/roles/vim/templates/plugins/vista.j2

13 lines
331 B
Plaintext
Raw Normal View History

2021-07-03 12:13:25 +00:00
{# Tag bar #}
{{ add_source('liuchengxu/vista.vim') -}}
2021-07-04 20:47:10 +00:00
nmap <space>s :Vista!!<CR>
2021-07-03 12:13:25 +00:00
let g:vista_icon_indent = ["▸ ", ""]
2021-07-04 20:47:10 +00:00
let g:vista#renderer#enable_icon = 1
2021-07-03 12:13:25 +00:00
" 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",
\ }