added spelling for txt files

This commit is contained in:
Jonas Forsberg 2021-03-18 15:23:27 +01:00
parent 8e04c0aaf3
commit d2af031ee9
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

1
.vimrc
View File

@ -140,6 +140,7 @@ if has("autocmd")
" To spell check all Markdown files
autocmd FileType markdown setlocal spell
autocmd BufRead,BufNewFile *.rst setlocal spell
autocmd BufRead,BufNewFile *.txt setlocal spell
" Set filetype tab settings
autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et