Skip to content

Instantly share code, notes, and snippets.

View egoist-sx's full-sized avatar

Ethan Sun egoist-sx

View GitHub Profile
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'https://github.com/pangloss/vim-javascript.git'
Plugin 'https://github.com/scrooloose/syntastic.git'
Plugin 'https://github.com/kien/ctrlp.vim.git'
Plugin 'https://github.com/ervandew/supertab.git'
Plugin 'https://github.com/mxw/vim-jsx.git'
Plugin 'https://github.com/jelera/vim-javascript-syntax'