LunarVim/plug-config/vista.vim
2020-07-18 14:51:10 -04:00

9 lines
207 B
VimL

" 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",
\ }