aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:39:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:39:31 +0200
commit4a1b86874b5f06328b2b9934e8775f6a651c4149 (patch)
tree37f5fecc254f9d2644413b8e0fce28d4241813f2 /vim
parent3b97fe6f553c236ea614a4ae24fc848d799b8eec (diff)
downloaddotfiles-4a1b86874b5f06328b2b9934e8775f6a651c4149.tar.xz
vim: Set spelllang to en_us
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 26ed2d5..38296d4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -178,3 +178,5 @@ set statusline+=%-15.((%l,%c-%v)\ %) " Line, column, percentage. (20,0)
set statusline+=%P " Percentage visible
set laststatus=2 " Always show statusline
+
+set spelllang=en_us