Add and fix some stuff

This commit is contained in:
Tobias Reisinger 2021-07-22 00:37:11 +02:00
parent a7b9cb6d55
commit 0f5f8c21fd
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 5 additions and 3 deletions
.config/vim

View file

@ -13,6 +13,7 @@ call plug#begin('~/.config/vim/plugged')
Plug 'drmikehenry/vim-headerguard'
"Emmet is a plugin which greatly improves HTML & CSS workflow
Plug 'mattn/emmet-vim'
Plug 'easymotion/vim-easymotion'
" Eye-Candy
Plug 'machakann/vim-highlightedyank'
@ -99,6 +100,7 @@ endif
map <leader>b :Break<CR>
map <leader>n :NERDTreeToggle<CR>
map <Leader>m <Plug>(easymotion-prefix)
nnoremap <CR> :noh<CR><CR>