Turn on spellcheck in markdown files

This commit is contained in:
Edward Litherland-Smith 2020-12-22 13:59:36 +00:00
parent 13876a2ab2
commit 138a641f03

1
vimrc
View file

@ -11,6 +11,7 @@ set wrap
set linebreak
au BufRead,BufNewFile *.ipynb set filetype=json
au BufRead,BufNewFile *.md set spell
syntax on
if &diff
syntax off