From 691eb1634813111cbb97be72c061c50032e4ee3d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 16 Oct 2015 16:10:22 +0200 Subject: [PATCH] Automatically insert matching close bracket where it belongs --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index dc9da18..3cce34f 100644 --- a/.vimrc +++ b/.vimrc @@ -70,6 +70,10 @@ Plugin 'ryanoasis/vim-devicons' " == Content convenience ====== +" Automatically insert matching close bracket where it belongs +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 let b:myLang=0