Skip to content

Commit

Permalink
Merge pull request theniceboy#33 from hatute/master
Browse files Browse the repository at this point in the history
change to toggle mode while remain the executive as coc
  • Loading branch information
David Chen authored Nov 11, 2020
2 parents 4262d4e + 893543b commit f420182
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 @@ -927,10 +927,10 @@ let g:bullets_enabled_file_types = [
" ===
" === Vista.vim
" ===
noremap <LEADER>v :Vista coc<CR>
noremap <LEADER>v :Vista!!<CR>
noremap <c-t> :silent! Vista finder coc<CR>
let g:vista_icon_indent = ["╰─▸ ", "├─▸ "]
let g:vista_default_executive = 'ctags'
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 = {
Expand Down

0 comments on commit f420182

Please sign in to comment.