mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05: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 ======
|
" == 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)
|
" 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
|
||||||
let b:myLang=0
|
let b:myLang=0
|
||||||
|
|||||||
Reference in New Issue
Block a user