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

Fixed sttuff in BOOTSTRAP file

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2015-03-02 11:48:53 +01:00
parent b8d762dc6e
commit 3ca1d8249d

View File

@ -100,7 +100,6 @@
echo "\" ------ [ Gestion des plugins ] ----------------------------------------------" >> ~/.vim/vimrc
echo "execute pathogen#infect()" >> ~/.vim/vimrc
echo '' >> ~/.vim/vimrc
#filetype plugin indent on
git commit -m "Add pathogen module (to easily manage modules)"
@ -177,6 +176,7 @@
git commit -m "Install rails.vim bundle as a submodule."
# Add Plugin haml
cd ~/.vim
git submodule add git://github.com/tpope/vim-haml.git bundle/haml
git add .
git commit -m "Install haml.vim bundle as a submodule."
@ -184,6 +184,7 @@
# Add more nice colorschemes
# Solarized colorscheme
cd ~/.vim
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."