diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-21 19:40:45 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-21 19:41:42 +0100 |
commit | 8bc47739f3c93c09e72b9b414d932fb3d3515a1a (patch) | |
tree | 42c4071793ae34b878ea46785431f71b5abd926f /vim/vimrc | |
parent | 97cf5fb32353c393d62f3ffa169f2f386f9abb3b (diff) |
switches off spell for markdown
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -364,8 +364,8 @@ syntax on " }}} " Turn spelling on for text files {{{ " from - https://dmerej.info/blog/post/syntax-highlighting-is-useless/ -augroup textfiles - autocmd! - autocmd filetype markdown :setlocal spell spelllang=en | syntax clear -augroup end +" augroup textfiles +" autocmd! +" autocmd filetype markdown :setlocal spell spelllang=en | syntax clear +" augroup end " }}} |