From 4749fbf0c7269102b7cb1da657781b55ec446833 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 13 Oct 2020 15:23:44 +0200 Subject: Still using python 2.7 for rdkit with chents... Various small changes that have accumulated --- vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vimrc') 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 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' -- cgit v1.2.1