Adding vim repeat and syntastic
This commit is contained in:
parent
a907b15a5b
commit
d0e82e12c6
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -28,3 +28,9 @@
|
|||
[submodule "vim/bundle/nerdtree"]
|
||||
path = vim/bundle/nerdtree
|
||||
url = git://github.com/scrooloose/nerdtree
|
||||
[submodule "vim/bundle/repeat"]
|
||||
path = vim/bundle/repeat
|
||||
url = git://github.com/tpope/vim-repeat
|
||||
[submodule "vim/bundle/syntastic"]
|
||||
path = vim/bundle/syntastic
|
||||
url = git://github.com/scrooloose/syntastic
|
||||
|
|
|
|||
1
vim/bundle/repeat
Submodule
1
vim/bundle/repeat
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c4101c205ef9e06bdfeff571a7dbba2576f08974
|
||||
1
vim/bundle/syntastic
Submodule
1
vim/bundle/syntastic
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cf6aa9a4143704e0e3070302ffe593636d6e8cc9
|
||||
Loading…
Add table
Add a link
Reference in a new issue