added alacritty as terminal emulator and enables vim spell checking

This commit is contained in:
2021-05-25 11:35:06 +02:00
parent 824a206def
commit 874a7feff5
3 changed files with 886 additions and 1 deletions
+4
View File
@@ -39,6 +39,10 @@ noremap <Leader>p "*p
noremap <Leader>Y "+y
noremap <Leader>P "+p
" spell checking
setglobal spell spelllang=en_us
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()