mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 410 forks source link

Emmet Autocomplete menu is kind of shaky #493

Open rittikdasgupta opened 4 years ago

rittikdasgupta commented 4 years ago

When I open a html file in vim and type '<' to start my html file an emmet menu appears which is very shaky. It seems like some function is getting called repeatedly.

My vimrc configurations for emmet:

call plug#begin('~/.vim/plugged')

Plug 'mattn/emmet-vim'

call plug#end()

let g:user_emmet_mode='inv' let g:user_emmet_install_global = 0 autocmd FileType html,css EmmetInstall