From 5e40701d9f13abb3596b2476574b21be4077f7f1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 26 Oct 2015 13:17:20 +0100 Subject: [PATCH] Disable autosurround as it is buggy --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 3cce34f..d386f78 100644 --- a/.vimrc +++ b/.vimrc @@ -71,8 +71,8 @@ Plugin 'ryanoasis/vim-devicons' " == Content convenience ====== " Automatically insert matching close bracket where it belongs -Plugin 'seletskiy/vim-autosurround' -inoremap ( (:call AutoSurround(")") +"Plugin 'seletskiy/vim-autosurround' +"inoremap ( (:call AutoSurround(")") " Spell Check (http://vim.wikia.com/wiki/Toggle_spellcheck_with_function_keys) " Loop through various languages to select the one to spellcheck with