aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-21 19:40:45 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-21 19:41:42 +0100
commit8bc47739f3c93c09e72b9b414d932fb3d3515a1a (patch)
tree42c4071793ae34b878ea46785431f71b5abd926f
parent97cf5fb32353c393d62f3ffa169f2f386f9abb3b (diff)
switches off spell for markdown
Diffstat (limited to '')
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fcbabe5..93902b2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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
" }}}