Added: ack, sudo plugins. Removed vim-ruby-debugger because it's not working cleanly

This commit is contained in:
yan
2011-12-15 09:24:19 -08:00
parent 14d26e43e0
commit 76a06c189a
4 changed files with 8 additions and 4 deletions

9
.gitmodules vendored
View File

@@ -4,9 +4,6 @@
[submodule "vim/bundle/raimondi-delimitMate"] [submodule "vim/bundle/raimondi-delimitMate"]
path = vim/bundle/raimondi-delimitMate path = vim/bundle/raimondi-delimitMate
url = https://github.com/Raimondi/delimitMate url = https://github.com/Raimondi/delimitMate
[submodule "vim/bundle/astashov-vim-ruby-debugger"]
path = vim/bundle/astashov-vim-ruby-debugger
url = https://github.com/astashov/vim-ruby-debugger
[submodule "vim/bundle/godlygeek-csapprox"] [submodule "vim/bundle/godlygeek-csapprox"]
path = vim/bundle/godlygeek-csapprox path = vim/bundle/godlygeek-csapprox
url = https://github.com/godlygeek/csapprox.git url = https://github.com/godlygeek/csapprox.git
@@ -127,3 +124,9 @@
[submodule "vim/bundle/sjl-gundo"] [submodule "vim/bundle/sjl-gundo"]
path = vim/bundle/sjl-gundo path = vim/bundle/sjl-gundo
url = https://github.com/sjl/gundo.vim url = https://github.com/sjl/gundo.vim
[submodule "vim/bundle/vim-scripts-sudo"]
path = vim/bundle/vim-scripts-sudo
url = https://github.com/vim-scripts/sudo.vim
[submodule "vim/bundle/mileszs-ack"]
path = vim/bundle/mileszs-ack
url = https://github.com/mileszs/ack.vim