1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00

Updated BOOTSTRAP for matchit plugin

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2015-03-02 15:44:18 +01:00
parent 3257a73a36
commit 27af2608e7

View File

@ -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)