aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
" }}}