Created
July 20, 2017 19:32
-
-
Save jbaxleyiii/32304b65a4ca8b0b590e83132642d318 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'airblade/vim-gitgutter' | |
Plugin 'vim-airline/vim-airline' | |
Plugin 'vim-airline/vim-airline-themes' | |
Plugin 'austintaylor/vim-indentobject' | |
Plugin 'ctrlpvim/ctrlp.vim' | |
Plugin 'rking/ag.vim' | |
Plugin 'garbas/vim-snipmate' | |
Plugin 'marcweber/vim-addon-mw-utils' | |
Plugin 'tomtom/tlib_vim' | |
Plugin 'pangloss/vim-javascript' | |
Plugin 'scrooloose/nerdtree' | |
Plugin 'scrooloose/syntastic' | |
" Plugin 'w0rp/ale' | |
Plugin 'tpope/vim-bundler' | |
Plugin 'tpope/vim-repeat' | |
Plugin 'tpope/vim-commentary' | |
Plugin 'tpope/vim-pastie' | |
Plugin 'vim-scripts/align' | |
Plugin 'vim-scripts/greplace.vim' | |
Plugin 'vim-scripts/matchit.zip' | |
Plugin 'flowtype/vim-flow' | |
Plugin 'mxw/vim-jsx' | |
Plugin 'moll/vim-node' | |
Plugin 'terryma/vim-multiple-cursors' | |
Plugin 'junegunn/goyo.vim' | |
Plugin 'jparise/vim-graphql' | |
Plugin 'scrooloose/nerdcommenter' | |
Plugin 'itmammoth/doorboy.vim' | |
Plugin 'ap/vim-css-color' | |
Plugin 'Raimondi/delimitMate' | |
Plugin 'lifepillar/vim-mucomplete' | |
Plugin 'mattn/webapi-vim' | |
Plugin 'mattn/gist-vim' | |
Plugin 'fleischie/vim-styled-components' | |
Plugin 'tpope/vim-dispatch' | |
Plugin 'rakr/vim-one' | |
Plugin 'quramy/tsuquyomi' | |
Plugin 'leafgarland/typescript-vim' | |
Plugin 'shougo/vimproc' | |
Plugin 'reasonml/vim-reason' | |
" Plugin 'valloric/YouCompleteMe' | |
Plugin 'kana/vim-fakeclip' | |
Plugin 'JamshedVesuna/vim-markdown-preview' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment