vim.opt.spell = true vim.opt.spelllang = 'de' vim.opt.spellfile = vim.fn.stdpath('data') .. '/spellfile.utf-88.add' vim.opt.cursorline = false