summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-28 16:16:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-28 16:16:57 +0200
commit89b2bd0d774ab8455b7c39c35e1eab384fe64fa6 (patch)
treef0d9a5b9d9cc3740c250a588562278ea7026e57f /vimrc
parent578d92c125d50f4a1b87cccfe300b6ab8ffa0c33 (diff)
Use upstream instead of my fork for kwbdi.vim
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index f789338..874cf22 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,5 @@
" vimrc of Johannes Ranke
-" Last Change: Mon May 11, 2020 at 08:29 AM +0200
+" Last Change: Thu May 28, 2020 at 04:16 PM +0200
" default settings (much is handled by tpope/sensible) {{{1
set ts=2
set sw=2
@@ -35,6 +35,10 @@ Plug 'junegunn/goyo.vim'
Plug '~/git/R-Vim-runtime'
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
+" The following plugin gives me <Leader>bd for closing a buffer while keeping
+" the window open, for example when editing several R scripts with
+" the R interpreter running in a separate vim window
+Plug 'seb-mueller/kwbdi.vim'
" Version control
Plug 'tpope/vim-fugitive'

Contact - Imprint