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