From 8bc47739f3c93c09e72b9b414d932fb3d3515a1a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 21 Oct 2023 19:40:45 +0100 Subject: switches off spell for markdown --- vim/vimrc | 8 ++++---- 1 file 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 " }}} -- cgit v1.2.3