Removed auto closing because not smart enough (because own implementation)
This commit is contained in:
parent
9def6faaa1
commit
01c6872143
1 changed files with 0 additions and 8 deletions
|
@ -18,14 +18,6 @@ set title
|
||||||
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
|
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
" Automatically add closing parts
|
|
||||||
inoremap { {}<Left>
|
|
||||||
inoremap ( ()<Left>
|
|
||||||
inoremap [ []<Left>
|
|
||||||
inoremap < <><Left>
|
|
||||||
inoremap ' ''<Left>
|
|
||||||
inoremap " ""<Left>
|
|
||||||
|
|
||||||
" PLUGINS --------------------------------------------------------------- {{{
|
" PLUGINS --------------------------------------------------------------- {{{
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
Loading…
Reference in a new issue