diff --git a/.vimrc b/.vimrc index f8e08e1..2a3ea27 100644 --- a/.vimrc +++ b/.vimrc @@ -45,5 +45,6 @@ function! PythonSettings() set shiftwidth=4 set expandtab set textwidth=79 + set spell! endfunction autocmd BufNewFile,BufFilePre,BufRead *.py :call PythonSettings()