From 30965a1419844bfb8f8c16540a31124d03c6d6e6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 8 Jul 2024 09:54:30 +0100 Subject: Switch off spelling in markdown files in vim --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 6c100b7..cd930e8 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -432,10 +432,10 @@ nnoremap :GitFZF "}}} " 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 -augroup end +" augroup textfiles +" autocmd! +" autocmd filetype markdown setlocal spell spelllang=en +" augroup end " }}} " Read man pages in vim {{{ runtime! ftplugin/man.vim -- cgit v1.2.3