mattn / emmet-vim

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

Support javascriptreact and typescriptreact filetypes fixes: #505 #515

Closed ChristianChiarulli closed 3 years ago

mattn commented 3 years ago

Thank you

nabezokodaikon commented 3 years ago

How should I use it? It doesn't work even if I write it as follows.

let g:user_emmet_install_global = 0
let g:user_emmet_leader_key='<C-e>'
autocmd FileType 
\ html,
\ javascriptreact,
\ typescriptreact
\ EmmetInstall