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/ftplugin/tex.vim | |
parent | Install Brill 4.0 (diff) |
Vim: switch spelling language to American English
Diffstat (limited to 'vim/.vim/after/ftplugin/tex.vim')
-rw-r--r-- | vim/.vim/after/ftplugin/tex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |