Removed auto closing because not smart enough (because own implementation)

This commit is contained in:
Tibo De Peuter 2022-04-29 19:08:41 +02:00
parent 9def6faaa1
commit 01c6872143

View file

@ -18,14 +18,6 @@ set title
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
syntax on
" Automatically add closing parts
inoremap { {}<Left>
inoremap ( ()<Left>
inoremap [ []<Left>
inoremap < <><Left>
inoremap ' ''<Left>
inoremap " ""<Left>
" PLUGINS --------------------------------------------------------------- {{{
call plug#begin('~/.vim/plugged')