Vim: enable spellchec, synced w/ aspell dictionary

This commit is contained in:
MorganGeek
2020-07-23 10:50:07 +02:00
parent 27221b850f
commit 4a78a5e9fa
4 changed files with 15 additions and 0 deletions

View File

@ -180,6 +180,8 @@ set tabstop=4
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
" Enable spell checking
set spell
" Default colors for highlighting search result
hi Search ctermfg=White