Add .e alias (more to come) and edit command; Remove auto-pair vim-plug

This commit is contained in:
Tobias Reisinger 2021-02-20 23:35:06 +01:00
parent 99af6469c9
commit d47923cdba
3 changed files with 27 additions and 1 deletions
.config/vim

View file

@ -18,7 +18,6 @@ call plug#begin('~/.config/vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'vim-scripts/DoxygenToolkit.vim'
Plug 'drmikehenry/vim-headerguard'
Plug 'jiangmiao/auto-pairs'
" Eye-Candy
Plug 'itchyny/lightline.vim'