Skip to content

Commit

Permalink
Dodge issues with polyglot for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgeek committed May 14, 2018
1 parent 3e99cf5 commit a39c7a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a39c7a5

Please sign in to comment.