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

Disable autosurround as it is buggy

This commit is contained in:
2015-10-26 13:17:20 +01:00
parent 691eb16348
commit 5e40701d9f

4
.vimrc
View File

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