From 745ab8d4f62b14ce7e15500975f1802f3ef2747c Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 9 Sep 2021 13:08:07 +0200 Subject: [PATCH] Set language to US --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 56d705e..fbd219d 100644 --- a/init.lua +++ b/init.lua @@ -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')