summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-11 13:07:01 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-11 13:07:21 +0100
commit16d26627d14235e864410be11502b66b98587714 (patch)
treefed69db2a0b7862c64515d0385e77aecb4cfdd4c
parentba15516acc62f2b9ef8dbf5a3bf64678513cc9bd (diff)
Use local copy of R-Vim-runtime
-rw-r--r--vimrc5
1 files 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'

Contact - Imprint