diff options
| author | 2015-02-03 21:12:38 +0100 | |
|---|---|---|
| committer | 2015-02-03 21:12:38 +0100 | |
| commit | 753fe17d52484d0e3bb944e284046123d506845c (patch) | |
| tree | 39cd660ba18aaa94499d31d5377f8c3ca589b8e1 /.gitmodules | |
| parent | 70b0386f4e200561cc3db90955eb0be873d10ff9 (diff) | |
| download | dotfiles-753fe17d52484d0e3bb944e284046123d506845c.tar.gz dotfiles-753fe17d52484d0e3bb944e284046123d506845c.tar.bz2 dotfiles-753fe17d52484d0e3bb944e284046123d506845c.zip | |
Added more plugins
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c03842c..8dc0669 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -4,3 +4,9 @@ | |||
| 4 | [submodule "vim/.vim/bundle/nerdtree"] | 4 | [submodule "vim/.vim/bundle/nerdtree"] |
| 5 | path = vim/.vim/bundle/nerdtree | 5 | path = vim/.vim/bundle/nerdtree |
| 6 | url = git@github.com:scrooloose/nerdtree.git | 6 | url = git@github.com:scrooloose/nerdtree.git |
| 7 | [submodule "vim/.vim/bundle/supertab"] | ||
| 8 | path = vim/.vim/bundle/supertab | ||
| 9 | url = git@github.com:ervandew/supertab.git | ||
| 10 | [submodule "vim/.vim/bundle/snipmate.vim"] | ||
| 11 | path = vim/.vim/bundle/snipmate.vim | ||
| 12 | url = git@github.com:msanders/snipmate.vim.git | ||
