Added: ack, sudo plugins. Removed vim-ruby-debugger because it's not working cleanly
This commit is contained in:
parent
14d26e43e0
commit
76a06c189a
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -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
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 1df86267406288a99cebffae127958880aa19c23
|
|
1
vim/bundle/mileszs-ack
Submodule
1
vim/bundle/mileszs-ack
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9895285042a2fd5691b2f6582aa979e4d1bdffea
|
1
vim/bundle/vim-scripts-sudo
Submodule
1
vim/bundle/vim-scripts-sudo
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 060f0250d6f399d1cf9b15eaad3d55b3fbad4b0d
|
Loading…
Reference in New Issue
Block a user