1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00

Fix error in BOOTSTRAP

This commit is contained in:
Xavier Logerais 2015-03-01 21:35:48 +01:00
parent 4f824c1948
commit 85c3fd0abd

View File

@ -177,14 +177,14 @@
git commit -m "Install rails.vim bundle as a submodule." git commit -m "Install rails.vim bundle as a submodule."
# Add Plugin haml # Add Plugin haml
git submodule add git://github.com/tpope/vim-haml.git ~/.vim/bundle/haml git submodule add git://github.com/tpope/vim-haml.git bundle/haml
git add . git add .
git commit -m "Install haml.vim bundle as a submodule." git commit -m "Install haml.vim bundle as a submodule."
# Add more nice colorschemes # Add more nice colorschemes
# Solarized colorscheme # Solarized colorscheme
git submodule add git://github.com/altercation/vim-colors-solarized.git ~/.vim/bundle/solarized git submodule add git://github.com/altercation/vim-colors-solarized.git bundle/solarized
git add . git add .
git commit -m "Install solarized colorscheme as a bundle submodule." git commit -m "Install solarized colorscheme as a bundle submodule."