summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 16:31:51 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 16:31:51 +0200
commit8fcaa193c268043a9c6c5caf027783a0a6b7b15f (patch)
tree03fe4b4090d4c194a7715abfd23fd6b5b02e6e92
parente68d23d34451e627082572a36e0e0a5a0f5fbbb9 (diff)
R plugin for vim 7.4 is still at jcfaria/Vim-R-Plugin
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index bb10796..eaa034d 100644
--- a/vimrc
+++ b/vimrc
@@ -23,7 +23,7 @@ Plug 'jranke/vim-pandoc', { 'branch': 'rmd' }
Plug 'vim-pandoc/vim-pandoc-syntax'
if !has('nvim')
- Plug 'jranke/Vim-R-plugin' " for my vim version 7.4, legacy plugin not maintained by Jakson any more
+ Plug 'jcfaria/Vim-R-plugin' " for my vim version 7.4, legacy plugin not maintained by Jakson any more
else
Plug 'jalvesaq/Nvim-R'
endif

Contact - Imprint