Skip to content

Instantly share code, notes, and snippets.

@cameronism
Created December 23, 2015 05:13
Show Gist options
  • Select an option

  • Save cameronism/2df9489ada84c7608786 to your computer and use it in GitHub Desktop.

Select an option

Save cameronism/2df9489ada84c7608786 to your computer and use it in GitHub Desktop.
Vim Plugins
✔ ~/.vim/bundle
$ for d in *; do pushd $d >/dev/null; git remote show -n origin | awk '/Fetch/{ print $3 }'; popd>/dev/null; done
https://github.com/mattn/emmet-vim.git
https://github.com/KabbAmine/gulp-vim.git
https://github.com/phildawes/racer.git
https://github.com/rust-lang/rust.vim.git
https://github.com/scrooloose/syntastic.git
https://github.com/leafgarland/typescript-vim.git
https://github.com/bling/vim-airline
git://github.com/altercation/vim-colors-solarized.git
git://github.com/tpope/vim-dispatch.git
https://github.com/tpope/vim-eunuch.git
git://github.com/tpope/vim-fugitive.git
git://github.com/tpope/vim-repeat.git
git://github.com/tpope/vim-sensible.git
git://github.com/tpope/vim-surround.git
https://github.com/cespare/vim-toml.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment