summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e1f7033..e1c59d7 100644
--- a/vimrc
+++ b/vimrc
@@ -23,6 +23,7 @@ Plug 'jranke/vim-pandoc', { 'branch': 'rmd' }
Plug 'vim-pandoc/vim-pandoc-syntax'
" R plugin {{{2
" for vim versions <= 7.4.1453 use the legacy plugin
+" Note that on wheezy, vim is too old even for that
if !has('nvim') && !exists("*job_getchannel")
Plug 'jcfaria/Vim-R-plugin', { 'commit': 'd726d619f12a10fb5ac7967d373837735cff60f0' }

Contact - Imprint