local setlocal = vim.opt_local setlocal.comments:append('nb:>') setlocal.formatoptions:append('awq') setlocal.spell = true setlocal.spelllang = { 'de', 'en' } setlocal.wrap = true setlocal.textwidth = 70