From b3a2e6762b666721c47d755b97f053019a839762 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 12:05:35 +0100 Subject: bundle: Install R-plugin --- .gitmodules | 3 +++ .vim/bundle/Vim-R-plugin | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/Vim-R-plugin diff --git a/.gitmodules b/.gitmodules index ab6c914..cfbcac1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule ".vim/bundle/gundo.vim"] path = .vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git +[submodule ".vim/bundle/Vim-R-plugin"] + path = .vim/bundle/Vim-R-plugin + url = https://github.com/jcfaria/Vim-R-plugin.git diff --git a/.vim/bundle/Vim-R-plugin b/.vim/bundle/Vim-R-plugin new file mode 160000 index 0000000..d726d61 --- /dev/null +++ b/.vim/bundle/Vim-R-plugin @@ -0,0 +1 @@ +Subproject commit d726d619f12a10fb5ac7967d373837735cff60f0 -- cgit v0.12