mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Fix error in BOOTSTRAP
This commit is contained in:
parent
4f824c1948
commit
85c3fd0abd
@ -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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user