From 16d26627d14235e864410be11502b66b98587714 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 11 Jan 2017 13:07:01 +0100 Subject: Use local copy of R-Vim-runtime --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index ec53559..8b95552 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,5 @@ " vimrc of Johannes Ranke -" Last Change: Thu Nov 17, 2016 at 06:09 PM +0100 +" Last Change: Tue Jan 10, 2017 at 04:48 PM +0100 " default settings (much is handled by tpope/sensible) {{{1 set ts=2 set sw=2 @@ -21,7 +21,8 @@ Plug 'tpope/vim-fugitive' Plug 'tpope/vim-sensible' Plug 'tpope/vim-scriptease' " gives me K for looking up docs in vim scripts Plug 'hrp/EnhancedCommentify' -Plug 'jalvesaq/R-Vim-runtime' +"Plug 'jalvesaq/R-Vim-runtime' +Plug '~/git/R-Vim-runtime' Plug 'jranke/vim-pandoc', { 'branch': 'rmd' } Plug 'vim-pandoc/vim-pandoc-syntax' Plug 'vim-airline/vim-airline' -- cgit v1.2.1