mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Updated BOOTSTRAP for matchit plugin
This commit is contained in:
parent
3257a73a36
commit
27af2608e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user