diff --git a/.gitmodules b/.gitmodules index c5fbc43..c889ab7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vim/bundle/repeat b/vim/bundle/repeat new file mode 160000 index 0000000..c4101c2 --- /dev/null +++ b/vim/bundle/repeat @@ -0,0 +1 @@ +Subproject commit c4101c205ef9e06bdfeff571a7dbba2576f08974 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic new file mode 160000 index 0000000..cf6aa9a --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit cf6aa9a4143704e0e3070302ffe593636d6e8cc9