new vim plugins

This commit is contained in:
Loic Nageleisen 2011-08-22 15:02:32 +02:00
parent 2b6f8b58c0
commit bc0fd67fe2
12 changed files with 29 additions and 0 deletions

18
.gitmodules vendored
View file

@ -25,3 +25,21 @@
[submodule "bundle.available/git-vim"] [submodule "bundle.available/git-vim"]
path = bundle.available/git-vim path = bundle.available/git-vim
url = https://github.com/motemen/git-vim.git url = https://github.com/motemen/git-vim.git
[submodule "bundle.available/closetag"]
path = bundle.available/closetag
url = git://github.com/docunext/closetag.vim.git
[submodule "bundle.available/pyflakes"]
path = bundle.available/pyflakes
url = git://github.com/kevinw/pyflakes-vim.git
[submodule "bundle.available/nerdcommenter"]
path = bundle.available/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle.available/fugitive"]
path = bundle.available/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle.available/tagbar"]
path = bundle.available/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule "bundle.available/delimitmate"]
path = bundle.available/delimitmate
url = git://github.com/Raimondi/delimitMate.git

@ -0,0 +1 @@
Subproject commit 254d2307015370424034c0298a1148c4a7add069

@ -0,0 +1 @@
Subproject commit 39b8298390a9171c796df077ad3c5f3c0f111c56

@ -0,0 +1 @@
Subproject commit 5f5c8da61fd817ba8dc091350b51c1ab7ca53c8d

@ -0,0 +1 @@
Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095

@ -0,0 +1 @@
Subproject commit fbe5743e55d18bd496a64c0340e7a504864343b4

@ -0,0 +1 @@
Subproject commit 3c075654d424c6e3c20521bd4567b517a2410593

1
bundle/closetag Symbolic link
View file

@ -0,0 +1 @@
../bundle.available/closetag

1
bundle/delimitmate Symbolic link
View file

@ -0,0 +1 @@
../bundle.available/delimitmate

1
bundle/fugitive Symbolic link
View file

@ -0,0 +1 @@
../bundle.available/fugitive

1
bundle/nerdcommenter Symbolic link
View file

@ -0,0 +1 @@
../bundle.available/nerdcommenter

1
bundle/tagbar Symbolic link
View file

@ -0,0 +1 @@
../bundle.available/tagbar