From ee5de708e0047d12feb451f32faa37e34ae29c94 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 6 Apr 2025 21:51:14 +0200 Subject: [PATCH] set spelllang to en --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 4173451..5bdeee2 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -87,7 +87,7 @@ else end opt.swapfile = false opt.backup = false -opt.spelllang = 'en,de' +opt.spelllang = 'en' opt.completeopt = 'menu,menuone,noselect' opt.expandtab = true opt.smartindent = true