From b84a03fd0ff86f6fa5de8431664b6b8dccfc089e 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 16:19:00 +0100 Subject: [PATCH] Updated BOOTSTRAP file for the vim-git plugin from tpope --- BOOTSTRAP | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/BOOTSTRAP b/BOOTSTRAP index 4b5b12a..fd37a11 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -107,13 +107,15 @@ git commit -m "Add pathogen module (to easily manage modules)" -# Add base plugins from tpope +# Add some base plugins - # Add Plugin commentary + # Add Plugin matchit cd ~/.vim - git submodule add https://github.com/tpope/vim-commentary.git bundle/commentary + git submodule add https://github.com/tmhedberg/matchit.git bundle/matchit git add . - git commit -m "Install commentary.vim bundle as a submodule." + git commit -m "Install matchit.vim bundle as a submodule." + +# Add more base plugins from tpope # Add Plugin surround cd ~/.vim @@ -121,25 +123,29 @@ git add . git commit -m "Install surround.vim bundle as a submodule." - # Add Plugin speeddating - cd ~/.vim - git submodule add https://github.com/tpope/vim-speeddating.git bundle/speeddating - git add . - git commit -m "Install speeddating.vim bundle as a submodule." - # Add Plugin repeat cd ~/.vim git submodule add https://github.com/tpope/vim-repeat.git bundle/repeat git add . git commit -m "Install repeat.vim bundle as a submodule." -# Add more plugins - - # Add Plugin matchit + # Add Plugin commentary cd ~/.vim - git submodule add https://github.com/tmhedberg/matchit.git bundle/matchit + git submodule add https://github.com/tpope/vim-commentary.git bundle/commentary git add . - git commit -m "Install matchit.vim bundle as a submodule." + git commit -m "Install commentary.vim bundle as a submodule." + + # Add Plugin speeddating + cd ~/.vim + git submodule add https://github.com/tpope/vim-speeddating.git bundle/speeddating + git add . + git commit -m "Install speeddating.vim bundle as a submodule." + + # Add Plugin git + cd ~/.vim + git submodule add https://github.com/tpope/vim-git.git bundle/git + git add . + git commit -m "Install git.vim bundle as a submodule." # Add some usefull tools