LunarVim/plug-config/vista.vim

10 lines
207 B
VimL
Raw Normal View History

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