diff options
-rw-r--r-- | bashrc | 5 | ||||
-rw-r--r-- | vimrc | 1 |
2 files changed, 1 insertions, 5 deletions
@@ -46,11 +46,6 @@ export RTOP=~/svn/R export DEBEMAIL=jranke@uni-bremen.de export DEBFULLNAME="Johannes Ranke" # }}} -# ssh-agent {{{ -if [ -z "$SSH_AUTH_SOCK" ]; then - eval `ssh-agent -s` -fi -# }}} # rdkit {{{ # RDKIT (commented out on 2015-10-02 as I am using the Debian package python-rdkit #export RDBASE="$HOME/git/rdkit" @@ -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' } |