set spelllang to en

This commit is contained in:
Oliver Hartmann 2025-04-06 21:51:14 +02:00
parent 473a877089
commit ee5de708e0

View File

@ -87,7 +87,7 @@ else
end end
opt.swapfile = false opt.swapfile = false
opt.backup = false opt.backup = false
opt.spelllang = 'en,de' opt.spelllang = 'en'
opt.completeopt = 'menu,menuone,noselect' opt.completeopt = 'menu,menuone,noselect'
opt.expandtab = true opt.expandtab = true
opt.smartindent = true opt.smartindent = true