aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/vista.plug
blob: 02264b978c2a1589e97fa45681e4a4baf8d4ac88 (plain)
1
2
3
4
5
6
7
8
9
Plug 'liuchengxu/vista.vim'

let g:vista_default_executive = 'ctags'

let g:vista_executive_for = {
            \ 'go': 'vim_lsp',
            \ }

nnoremap <leader>s :Vista<CR>