1 2 3 4 5 6 7 8 9
" json filetype plugin " Author: Greg Anders <greg@gpanders.com> let b:undo_ftplugin = get(b:, 'undo_ftplugin') if executable('jq') setlocal formatprg=jq let b:undo_ftplugin .= '|setl fp<' endif