vsnip-integ error
code: .vimrc
call plug#begin('~/.vim/plugged')
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
Plug 'mattn/vim-lsp-icons'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
call plug#end()
vim起動時に以下のエラー
code: error
Error detected while processing /home/kamesuke42/.vim/plugged/vim-vsnip-integ/plugin/vsnip_integ.vim:
line 11:
E216: No such group or event: CompleteDonePre * if complete_info('mode').mode !=? '' | call vsnip_integ#on_complete_done(v:completed_item) | endif
Press ENTER or type command to continue