From 457935a231f4edd4ea125de430a6b01fe3379611 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Sep 2023 09:24:40 +0200 Subject: Vim: switch spelling language to American English --- vim/.vim/after/ftplugin/markdown.vim | 2 +- vim/.vim/after/ftplugin/tex.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/.vim/after/ftplugin') diff --git a/vim/.vim/after/ftplugin/markdown.vim b/vim/.vim/after/ftplugin/markdown.vim index b4b5304..85d0b5d 100644 --- a/vim/.vim/after/ftplugin/markdown.vim +++ b/vim/.vim/after/ftplugin/markdown.vim @@ -1,4 +1,4 @@ -setlocal spell spelllang=en_gb +setlocal spell spelllang=en_us setlocal autoindent setlocal textwidth=79 setlocal tabstop=4 diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim index a3b5ee2..23b1a40 100644 --- a/vim/.vim/after/ftplugin/tex.vim +++ b/vim/.vim/after/ftplugin/tex.vim @@ -1,4 +1,4 @@ -setlocal spell spelllang=en_gb +setlocal spell spelllang=en_us setlocal tabstop=2 shiftwidth=2 setlocal formatoptions-=t -- cgit v1.2.3