Add and fix minor stuff

This commit is contained in:
Tobias Reisinger 2021-07-10 00:51:18 +02:00
parent 66415e7de9
commit e9495e34ab
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 4 additions and 2 deletions
.config/vim

View file

@ -11,6 +11,8 @@ call plug#begin('~/.config/vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'vim-scripts/DoxygenToolkit.vim'
Plug 'drmikehenry/vim-headerguard'
"Emmet is a plugin which greatly improves HTML & CSS workflow
Plug 'mattn/emmet-vim'
" Eye-Candy
Plug 'machakann/vim-highlightedyank'