mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Disable autosurround as it is buggy
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -71,8 +71,8 @@ Plugin 'ryanoasis/vim-devicons'
|
|||||||
" == Content convenience ======
|
" == Content convenience ======
|
||||||
|
|
||||||
" Automatically insert matching close bracket where it belongs
|
" Automatically insert matching close bracket where it belongs
|
||||||
Plugin 'seletskiy/vim-autosurround'
|
"Plugin 'seletskiy/vim-autosurround'
|
||||||
inoremap ( (<C-O>:call AutoSurround(")")<CR>
|
"inoremap ( (<C-O>:call AutoSurround(")")<CR>
|
||||||
|
|
||||||
" Spell Check (http://vim.wikia.com/wiki/Toggle_spellcheck_with_function_keys)
|
" Spell Check (http://vim.wikia.com/wiki/Toggle_spellcheck_with_function_keys)
|
||||||
" Loop through various languages to select the one to spellcheck with
|
" Loop through various languages to select the one to spellcheck with
|
||||||
|
|||||||
Reference in New Issue
Block a user