vimrc: support react.js

This commit is contained in:
Gabriel Ebner 2015-02-09 14:02:50 +01:00
parent b80698be39
commit 65980c2d95
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -30,6 +30,10 @@ Plug 'tomtom/tcomment_vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'kchmck/vim-coffee-script'
Plug 'pangloss/vim-javascript'
Plug 'mtscout6/vim-cjsx'
Plug 'mxw/vim-jsx'
Plug 'ledger/vim-ledger'
Plug 'dag/vim2hs'