This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/nvim-old/plug-config/vista.vim

9 lines
294 B
VimL
Raw Normal View History

2021-02-13 17:28:59 +01:00
let g:vista_disable_statusline = 0
let g:vista_default_executive = 'coc'
let g:vista_enable_markdown_extension = 1
let g:vista#renderer#enable_icon = 1
let g:vista_icon_indent = ["▸ ", ""]
let g:vista_fzf_preview = ['right:50%']
let g:vista_keep_fzf_colors = 1
let g:vista_sidebar_width = 30