From 3ca1d8249d87ddac5801d2ed5ea13ef4a92432ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Mon, 2 Mar 2015 11:48:53 +0100 Subject: [PATCH] Fixed sttuff in BOOTSTRAP file --- BOOTSTRAP | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BOOTSTRAP b/BOOTSTRAP index 7597236..0096a4e 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -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."