Set language to US

This commit is contained in:
Oliver Hartmann 2021-09-09 13:08:07 +02:00
parent 097f1a3003
commit 745ab8d4f6

View File

@ -27,6 +27,7 @@ require('keymappings')
cmd 'colorscheme gruvbox-material' -- Put your favorite colorscheme here
cmd 'syntax enable'
cmd 'filetype plugin indent on'
cmd 'language en_US'
utils.opt('o', 'swapfile', false)
utils.opt('o', 'backup', false)
utils.opt('o', 'spelllang', 'en,de')