From c366f6823d5a423bdc25e9401108cb2a53878624 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 17 Feb 2024 14:08:47 +0000 Subject: Spelling only for markdown files now in vim --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 6f74746..3b4aa55 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -383,8 +383,8 @@ 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 | syntax clear -" augroup end +augroup textfiles + autocmd! + autocmd filetype markdown :setlocal spell spelllang=en_gb | syntax clear +augroup end " }}} -- cgit v1.2.3