diff --git a/.gitmodules b/.gitmodules index 4326e538..1db9f019 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,63 @@ [submodule "bundle/werewolf.vim"] path = bundle/werewolf.vim url = git@github.com:jonstoler/werewolf.vim.git +[submodule "bundle/ag"] + path = bundle/ag + url = git@github.com:rking/ag.vim.git +[submodule "bundle/dash.vim"] + path = bundle/dash.vim + url = https://github.com/rizzatti/dash.vim.git +[submodule "bundle/splice.vim"] + path = bundle/splice.vim + url = https://github.com/sjl/splice.vim.git +[submodule "bundle/vim-csharp"] + path = bundle/vim-csharp + url = git@github.com:OrangeT/vim-csharp.git +[submodule "bundle/vim-css3-syntax"] + path = bundle/vim-css3-syntax + url = https://github.com/hail2u/vim-css3-syntax.git +[submodule "bundle/vim-css-color"] + path = bundle/vim-css-color + url = https://github.com/skammer/vim-css-color +[submodule "bundle/vim-cucumber"] + path = bundle/vim-cucumber + url = https://github.com/tpope/vim-cucumber +[submodule "bundle/vim-haml"] + path = bundle/vim-haml + url = https://github.com/chriseppstein/vim-haml +[submodule "bundle/vim-javascript"] + path = bundle/vim-javascript + url = https://github.com/pangloss/vim-javascript +[submodule "bundle/vim-json"] + path = bundle/vim-json + url = git@githvim-jsonub.com:elzr/vim-json.git +[submodule "bundle/vim-puppet"] + path = bundle/vim-puppet + url = https://github.com/rodjek/vim-puppet +[submodule "bundle/vim-rails"] + path = bundle/vim-rails + url = https://github.com/tpope/vim-rails +[submodule "bundle/vim-rake"] + path = bundle/vim-rake + url = https://github.com/tpope/vim-rake +[submodule "bundle/vim-ruby"] + path = bundle/vim-ruby + url = https://github.com/vim-ruby/vim-ruby +[submodule "bundle/vim-ruby-refactoring"] + path = bundle/vim-ruby-refactoring + url = https://github.com/ecomba/vim-ruby-refactoring +[submodule "bundle/vim-to-github"] + path = bundle/vim-to-github + url = https://github.com/tonchis/vim-to-github.git +[submodule "bundle/vim-zoomwin"] + path = bundle/vim-zoomwin + url = git@github.com:amix/vimrc.git +[submodule "bundle/vimux"] + path = bundle/vimux + url = https://github.com/benmills/vimux [submodule "bundle/colorschemes"] path = bundle/colorschemes url = git@github.com:flazz/vim-colorschemes.git +[submodule "bundle/vim-github-colorscheme"] + path = bundle/vim-github-colorscheme + url = git@github.com:endel/vim-github-colorscheme.git diff --git a/bundle/ag b/bundle/ag index d3a00f8a..f05f3135 160000 --- a/bundle/ag +++ b/bundle/ag @@ -1 +1 @@ -Subproject commit d3a00f8affb091e7a14eb34f1beb9db9bb57a4bf +Subproject commit f05f31352689be245611c893b37652110f27a2c5 diff --git a/bundle/dash.vim b/bundle/dash.vim index 3c1a2e3b..8dc25d54 160000 --- a/bundle/dash.vim +++ b/bundle/dash.vim @@ -1 +1 @@ -Subproject commit 3c1a2e3b95079e0452840cb7efda6e0dc4e329b7 +Subproject commit 8dc25d544d567a86e00a97df1afe92caad3dfbfb diff --git a/bundle/smartgf b/bundle/smartgf index e2814c2f..4008e11f 160000 --- a/bundle/smartgf +++ b/bundle/smartgf @@ -1 +1 @@ -Subproject commit e2814c2f4eb89b043bb9b65af1a4ac9fce518a1b +Subproject commit 4008e11f312c14ef644d161f95a3d966c02a726d diff --git a/bundle/vim-csharp b/bundle/vim-csharp index 0af67f12..34a38f15 160000 --- a/bundle/vim-csharp +++ b/bundle/vim-csharp @@ -1 +1 @@ -Subproject commit 0af67f120c0b82178c01b04a387de1c16a3e32b1 +Subproject commit 34a38f15feba1568f8207ba91b63194350ba9570 diff --git a/bundle/vim-css3-syntax b/bundle/vim-css3-syntax index d7af6a34..8feb345b 160000 --- a/bundle/vim-css3-syntax +++ b/bundle/vim-css3-syntax @@ -1 +1 @@ -Subproject commit d7af6a3497c72df92e03e4faf3505cbd665e8b51 +Subproject commit 8feb345b5ce73a6f053609bdaa6de0e53c21bfbd diff --git a/bundle/vim-cucumber b/bundle/vim-cucumber index 03954cf6..9b49b42b 160000 --- a/bundle/vim-cucumber +++ b/bundle/vim-cucumber @@ -1 +1 @@ -Subproject commit 03954cf6960daca529472b5cafa9de4565c454ad +Subproject commit 9b49b42b331c196ad5a10483bb61b2a651b91d2e diff --git a/bundle/vim-dispatch b/bundle/vim-dispatch index 78ed0c06..3a9b13c6 160000 --- a/bundle/vim-dispatch +++ b/bundle/vim-dispatch @@ -1 +1 @@ -Subproject commit 78ed0c065ee65c8368f1f10566b96cd890c14358 +Subproject commit 3a9b13c65421b9a365be12183b4d4b96cf6c7dd3 diff --git a/bundle/vim-github-colorscheme b/bundle/vim-github-colorscheme new file mode 160000 index 00000000..37b0ca02 --- /dev/null +++ b/bundle/vim-github-colorscheme @@ -0,0 +1 @@ +Subproject commit 37b0ca027f638f3349ed8fb99c54ab65b8e65c04 diff --git a/bundle/vim-javascript b/bundle/vim-javascript index f8122fd1..8a409f7f 160000 --- a/bundle/vim-javascript +++ b/bundle/vim-javascript @@ -1 +1 @@ -Subproject commit f8122fd1caca68b2592553e43dad45b3dc445a06 +Subproject commit 8a409f7fd89de746296a92218183dc69fb6e3d93 diff --git a/bundle/vim-json b/bundle/vim-json index 239332a6..994a031b 160000 --- a/bundle/vim-json +++ b/bundle/vim-json @@ -1 +1 @@ -Subproject commit 239332a65b24cea376ae68a8a3727d82e9f88b05 +Subproject commit 994a031bbfe107f065a831310b9239f281690e3e diff --git a/bundle/vim-puppet b/bundle/vim-puppet index 27d2af11..d881b93d 160000 --- a/bundle/vim-puppet +++ b/bundle/vim-puppet @@ -1 +1 @@ -Subproject commit 27d2af11223349088f5c7fb3187bb3184364ea12 +Subproject commit d881b93dc4a8ed1374ad44439aeeb47808a6b91a diff --git a/bundle/vim-rails b/bundle/vim-rails index fe813c86..df00b63a 160000 --- a/bundle/vim-rails +++ b/bundle/vim-rails @@ -1 +1 @@ -Subproject commit fe813c86849e1bb5258c2f73b225074e6984d102 +Subproject commit df00b63aef96ad684ce80445f82e90712c36f022 diff --git a/bundle/vim-rake b/bundle/vim-rake index d7695d0a..afd766e8 160000 --- a/bundle/vim-rake +++ b/bundle/vim-rake @@ -1 +1 @@ -Subproject commit d7695d0a515585a105622cd2c333d25e52e0b468 +Subproject commit afd766e87bc6d01eebc967218a41253f6161d306 diff --git a/bundle/vim-ruby b/bundle/vim-ruby index e9a7554b..ef2deeae 160000 --- a/bundle/vim-ruby +++ b/bundle/vim-ruby @@ -1 +1 @@ -Subproject commit e9a7554bca4a3b6676b1277fe69ba37d9fbe8e74 +Subproject commit ef2deeae81f540a17a3da5907146b3579c8ee0d6 diff --git a/bundle/vim-to-github b/bundle/vim-to-github index 9382802e..0396ad0c 160000 --- a/bundle/vim-to-github +++ b/bundle/vim-to-github @@ -1 +1 @@ -Subproject commit 9382802e3d0105df223a46c325e4cc37128656bf +Subproject commit 0396ad0cc7b1dbbcfbb5a508ab6a2bdcb9224d88 diff --git a/bundle/vimux b/bundle/vimux index fbb873a2..a1db7307 160000 --- a/bundle/vimux +++ b/bundle/vimux @@ -1 +1 @@ -Subproject commit fbb873a26568d9db2b109df0705dd25364685b37 +Subproject commit a1db73079f7448f71e9693277db62d3cb5bad8ef