Skip to content

Commit

Permalink
vista use universal-ctags instead of coc
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chen committed Mar 29, 2020
1 parent a9e2ac5 commit 885cfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ let g:bullets_enabled_file_types = [
" ===
" === Vista.vim
" ===
noremap <silent> T :Vista!! coc<CR>
noremap <silent> <c-t> :Vista finder coc<CR>
noremap <silent> T :Vista!!<CR>
noremap <silent> <c-t> :Vista finder<CR>
let g:vista_icon_indent = ["╰─▸ ", "├─▸ "]
let g:vista_default_executive = 'ctags'
let g:vista_fzf_preview = ['right:50%']
Expand Down

0 comments on commit 885cfa5

Please sign in to comment.