Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo7000 committed Oct 24, 2020
1 parent ea89d88 commit 4d697cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vim/dein/dein.conf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ function! s:init(filename)
call dein#add('mattn/gist-vim', #{depends: ['mattn/webapi-vim'], hook_add: 'source ' . dein_home . '/configs/gist-vim.vim'})
call dein#add('prabirshrestha/async.vim')
call dein#add('othree/eregex.vim', #{hook_add: 'source ' . dein_home . '/configs/eregex.vim'})
" call dein#add('liuchengxu/vim-clap', #{hook_post_update: function('s:install_vim_clap'), hook_add: 'source ' . dein_home . '/configs/vim-clap.vim'})
call dein#add('ryo7000/vim-clap', #{rev: 'fix-vim8-job-id', hook_post_update: function('s:install_vim_clap'), hook_add: 'source ' . dein_home . '/configs/vim-clap.vim'})
call dein#add('liuchengxu/vim-clap', #{hook_post_update: function('s:install_vim_clap'), hook_add: 'source ' . dein_home . '/configs/vim-clap.vim'})

" asyncomplete
call dein#add('prabirshrestha/vim-lsp', #{hook_add: 'source ' . dein_home . '/configs/vim-lsp.vim'})
Expand Down

0 comments on commit 4d697cb

Please sign in to comment.