aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after
diff options
context:
space:
mode:
authorCamil Staps2023-09-28 09:24:40 +0200
committerCamil Staps2023-09-28 09:25:05 +0200
commit457935a231f4edd4ea125de430a6b01fe3379611 (patch)
treeefacf2b338bc7efe683c06a484a603969a1a350a /vim/.vim/after
parentInstall 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.vim2
-rw-r--r--vim/.vim/after/ftplugin/tex.vim2
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