diff --git a/.gitmodules b/.gitmodules index 9b7f90d..3a84bc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,12 @@ [submodule "bundle/snipmate"] path = bundle/snipmate url = git://github.com/msanders/snipmate.vim.git +[submodule "bundle/r"] + path = bundle/r + url = git://github.com/vim-scripts/Vim-R-plugin.git +[submodule "bundle/screen"] + path = bundle/screen + url = git://github.com/ervandew/screen.git +[submodule "bundle/youcompleteme"] + path = bundle/youcompleteme + url = git://github.com/Valloric/YouCompleteMe.git diff --git a/Vim-R-plugin b/Vim-R-plugin new file mode 160000 index 0000000..7b5e259 --- /dev/null +++ b/Vim-R-plugin @@ -0,0 +1 @@ +Subproject commit 7b5e259b1d3c54ee33b94f04d7881616857cc593 diff --git a/bundle/screen b/bundle/screen new file mode 160000 index 0000000..3120f09 --- /dev/null +++ b/bundle/screen @@ -0,0 +1 @@ +Subproject commit 3120f09f62f8924d3ab8583f02061aad9edb6460 diff --git a/bundle/youcompleteme b/bundle/youcompleteme new file mode 160000 index 0000000..b7eded1 --- /dev/null +++ b/bundle/youcompleteme @@ -0,0 +1 @@ +Subproject commit b7eded14172d47d7eb505ca48fe50ccdf6a4e259