1 2 3 4 5 6 7 8
setlocal textwidth=80 let b:undo_ftplugin = get(b:, 'undo_ftplugin', '') . '|setl tw<' if executable('prettier') setlocal formatprg=prettier\ --parser\ yaml let b:undo_ftplugin .= '|setl fp<' endif