diff options
author | Camil Staps | 2023-09-28 09:24:40 +0200 |
---|---|---|
committer | Camil Staps | 2023-09-28 09:25:05 +0200 |
commit | 457935a231f4edd4ea125de430a6b01fe3379611 (patch) | |
tree | efacf2b338bc7efe683c06a484a603969a1a350a /vim/.vim/after | |
parent | Install Brill 4.0 (diff) |
Vim: switch spelling language to American English
Diffstat (limited to 'vim/.vim/after')
-rw-r--r-- | vim/.vim/after/ftplugin/markdown.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/tex.vim | 2 |
2 files changed, 2 insertions, 2 deletions
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 |