add new snipmate plugin from garbas

- with snippets from honza (as recommended by garbas)
- with dependencies tlib and vim-addon-mw-utils
This commit is contained in:
Taybin Rutkin
2012-03-13 23:12:17 -04:00
parent 4604e39760
commit e67b7e9c10
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored
View File

@@ -276,3 +276,15 @@
[submodule "vim/bundle/vim-scripts-camelcasemotion"] [submodule "vim/bundle/vim-scripts-camelcasemotion"]
path = vim/bundle/vim-scripts-camelcasemotion path = vim/bundle/vim-scripts-camelcasemotion
url = https://github.com/vim-scripts/camelcasemotion.git url = https://github.com/vim-scripts/camelcasemotion.git
[submodule "vim/bundle/garbas-vim-snipmate"]
path = vim/bundle/garbas-vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "vim/bundle/MarcWeber-vim-addon-mw-utils"]
path = vim/bundle/MarcWeber-vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/tomtom-tlib_vim"]
path = vim/bundle/tomtom-tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/honza-snipmate-snippets"]
path = vim/bundle/honza-snipmate-snippets
url = https://github.com/honza/snipmate-snippets.git