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