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:
4
.vimrc
4
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user