diff --git a/vimrc b/vimrc index a160da9..2f9e345 100644 --- a/vimrc +++ b/vimrc @@ -68,14 +68,15 @@ call plug#begin('~/.vim/plugged') Plug 'mmalecki/vim-node.js' Plug 'mtscout6/syntastic-local-eslint.vim' Plug 'mxw/vim-jsx' - Plug 'othree/html5-syntax.vim' + Plug 'othree/html5.vim' + Plug 'pangloss/vim-javascript' Plug 'Raimondi/delimitMate' Plug 'rgarver/Kwbd.vim' Plug 'rhysd/devdocs.vim' Plug 'scrooloose/nerdcommenter' Plug 'sh-dude/ZoomWin' - Plug 'sheerun/vim-polyglot' - Plug 'Shutnik/jshint2.vim' + " Plug 'sheerun/vim-polyglot' + " Plug 'Shutnik/jshint2.vim' Plug 'sjl/gundo.vim' Plug 'telamon/vim-color-github' Plug 'terryma/vim-multiple-cursors'