1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Automatically insert matching close bracket where it belongs

This commit is contained in:
2015-10-16 16:10:22 +02:00
parent 2f2d306dd4
commit 691eb16348

4
.vimrc
View File

@@ -70,6 +70,10 @@ Plugin 'ryanoasis/vim-devicons'
" == Content convenience ======
" Automatically insert matching close bracket where it belongs
Plugin 'seletskiy/vim-autosurround'
inoremap ( (<C-O>:call AutoSurround(")")<CR>
" 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