diff --git a/BOOTSTRAP b/BOOTSTRAP index 2fa2e3f..7597236 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -177,14 +177,14 @@ git commit -m "Install rails.vim bundle as a submodule." # 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 commit -m "Install haml.vim bundle as a submodule." # Add more nice colorschemes # 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 commit -m "Install solarized colorscheme as a bundle submodule."