vim.opt_local.spell = true vim.opt_local.spelllang = { "en_gb", "de_de", "fr" } vim.opt_local.wrap = true vim.opt_local.linebreak = true