From 27af2608e7e23a6e315e8024989b66a10b435ef3 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 15:44:18 +0100 Subject: [PATCH] Updated BOOTSTRAP for matchit plugin --- BOOTSTRAP | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BOOTSTRAP b/BOOTSTRAP index 9f5e18c..4b5b12a 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -133,6 +133,14 @@ git add . git commit -m "Install repeat.vim bundle as a submodule." +# Add more plugins + + # Add Plugin matchit + cd ~/.vim + git submodule add https://github.com/tmhedberg/matchit.git bundle/matchit + git add . + git commit -m "Install matchit.vim bundle as a submodule." + # Add some usefull tools # Add Plugin nerdtree (filebrowser)