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)