Created
December 23, 2015 05:13
-
-
Save cameronism/2df9489ada84c7608786 to your computer and use it in GitHub Desktop.
Vim Plugins
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
| ✔ ~/.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