Migrating over from pathogen to native, with git submodules
This commit is contained in:
@ -18,8 +18,8 @@ ln -s $(pwd)/vimrc $HOME/.vimrc
|
||||
mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle
|
||||
curl -LSso $HOME/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
|
||||
|
||||
MODULES="git://github.com/tpope/vim-fugitive.git
|
||||
git://github.com/tpope/vim-git.git
|
||||
MODULES="https://github.com/tpope/vim-fugitive.git
|
||||
https://github.com/tpope/vim-git.git
|
||||
https://github.com/tpope/vim-sensible.git
|
||||
https://github.com/rust-lang/rust.vim.git
|
||||
https://github.com/pearofducks/ansible-vim.git
|
||||
@ -29,6 +29,8 @@ MODULES="git://github.com/tpope/vim-fugitive.git
|
||||
https://github.com/pangloss/vim-javascript
|
||||
https://github.com/tpope/vim-surround
|
||||
https://github.com/scrooloose/syntastic
|
||||
https://github.com/hashivim/vim-terraform.git
|
||||
https://github.com/tangledhelix/vim-kickstart.git
|
||||
https://github.com/Marfisc/vorange.git
|
||||
https://github.com/sjl/badwolf.git
|
||||
https://github.com/YorickPeterse/happy_hacking.vim.git
|
||||
@ -37,8 +39,9 @@ MODULES="git://github.com/tpope/vim-fugitive.git
|
||||
https://github.com/kristijanhusak/vim-hybrid-material.git
|
||||
https://github.com/dsolstad/vim-wombat256i.git
|
||||
https://github.com/jnurmine/Zenburn.git
|
||||
git://github.com/altercation/vim-colors-solarized.git
|
||||
https://github.com/altercation/vim-colors-solarized.git
|
||||
https://github.com/xero/blaquemagick.vim.git
|
||||
https://github.com/ltlollo/diokai.git
|
||||
https://github.com/sheerun/vim-wombat-scheme.git"
|
||||
|
||||
cd $HOME/.vim/bundle
|
||||
|
Reference in New Issue
Block a user