From a223f3d70053cec13f98d76d8eed4a0b845b85f3 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Thu, 11 Jun 2015 13:20:32 +0200 Subject: [PATCH] Updated BOOTSTRAP file --- BOOTSTRAP | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/BOOTSTRAP b/BOOTSTRAP index 601d3df..0453a50 100644 --- a/BOOTSTRAP +++ b/BOOTSTRAP @@ -125,6 +125,12 @@ git add . git commit -m "Install matchit.vim bundle as a submodule." + # Add Plugin tabular + cd ~/.vim + git submodule add https://github.com/tmhedberg/godlygeek/tabular.git bundle/tabular + git add . + git commit -m "Install tabular.vim bundle as a submodule." + # Add more base plugins from tpope # Add Plugin surround @@ -209,6 +215,14 @@ git add . git commit -m "Install haml.vim bundle as a submodule." +# Add plugins for puppet + + # Add Plugin vim-puppet + cd ~/.vim + git submodule add https://github.com/rodjek/vim-puppet.git bundle/vim-puppet + git add . + git commit -m "Install vim-puppet plugin as a submodule." + # Add more nice colorschemes # Solarized colorscheme