Created
September 13, 2012 13:25
-
-
Save halit/3714246 to your computer and use it in GitHub Desktop.
vim plugin
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
git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive | |
git submodule add https://github.com/msanders/snipmate.vim.git bundle/snipmate | |
git submodule add https://github.com/tpope/vim-surround.git bundle/surround | |
git submodule add https://github.com/tpope/vim-git.git bundle/git | |
git submodule add https://github.com/ervandew/supertab.git bundle/supertab | |
git submodule add https://github.com/sontek/minibufexpl.vim.git bundle/minibufexpl | |
git submodule add https://github.com/wincent/Command-T.git bundle/command-t | |
git submodule add https://github.com/mitechie/pyflakes-pathogen.git | |
git submodule add https://github.com/mileszs/ack.vim.git bundle/ack | |
git submodule add https://github.com/sjl/gundo.vim.git bundle/gundo | |
git submodule add https://github.com/fs111/pydoc.vim.git bundle/pydoc | |
git submodule add https://github.com/vim-scripts/pep8.git bundle/pep8 | |
git submodule add https://github.com/alfredodeza/pytest.vim.git bundle/py.test | |
git submodule add https://github.com/reinh/vim-makegreen bundle/makegreen | |
git submodule add https://github.com/vim-scripts/TaskList.vim.git bundle/tasklist | |
git submodule add https://github.com/vim-scripts/The-NERD-tree.git bundle/nerdtree | |
git submodule add https://github.com/sontek/rope-vim.git bundle/ropevim | |
git submodule init | |
git submodule update | |
git submodule foreach git submodule init | |
git submodule foreach git submodule update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment