summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-13 15:23:44 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-13 15:23:44 +0200
commit4749fbf0c7269102b7cb1da657781b55ec446833 (patch)
treef99d715b631317a056e2796164f3cea0203b03c0 /vimrc
parent89b2bd0d774ab8455b7c39c35e1eab384fe64fa6 (diff)
Still using python 2.7 for rdkit with chents...
Various small changes that have accumulated
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 874cf22..20bfcf8 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,5 @@
" vimrc of Johannes Ranke
-" Last Change: Thu May 28, 2020 at 04:16 PM +0200
+" Last Change: Thu Jul 09, 2020 at 12:13 PM +0200
" default settings (much is handled by tpope/sensible) {{{1
set ts=2
set sw=2
@@ -11,6 +11,7 @@ set splitbelow
set splitright
set mouse=a
set guicursor=
+set hid "que to slow buffer switching, see https://github.com/neovim/neovim/issues/4524
" to ease the use of plugin mappings
let maplocalleader = ","
@@ -36,9 +37,9 @@ 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 window open, for example when editing several R scripts with
" the R interpreter running in a separate vim window
-Plug 'seb-mueller/kwbdi.vim'
+Plug 'seb-mueller/kwbdi.vim'
" Version control
Plug 'tpope/vim-fugitive'

Contact - Imprint