diff options
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 |