Internship stuff

This commit is contained in:
Geoffrey Frogeye 2019-07-08 11:01:46 +02:00
parent 21615a1f9c
commit fa418e9e11
2 changed files with 4 additions and 1 deletions

View file

@ -56,5 +56,8 @@ Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'idanarye/vim-vebugger'
Plug 'w0rp/ale'
" Automatically closes brackets, quotes and parentheses
Plug 'jiangmiao/auto-pairs'
call plug#end()