LunarVim/plug-config/vista.vim

10 lines
205 B
VimL
Raw Normal View History

2020-05-10 22:20:02 +02:00
let g:vista_default_executive = 'coc'
let g:vista_fzf_preview = ['right:50%']
let g:vista#renderer#enable_icon = 1
let g:vista#renderer#icons = {
\ "function": "\uf794",
\ "variable": "\uf71b",
\ }