diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-25 21:39:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-25 21:39:31 +0200 |
commit | 4a1b86874b5f06328b2b9934e8775f6a651c4149 (patch) | |
tree | 37f5fecc254f9d2644413b8e0fce28d4241813f2 | |
parent | 3b97fe6f553c236ea614a4ae24fc848d799b8eec (diff) | |
download | dotfiles-4a1b86874b5f06328b2b9934e8775f6a651c4149.tar.xz |
vim: Set spelllang to en_us
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |