.vim/after/ftplugin/perl.vim

Mon, 16 Sep 2019 21:36:29 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 16 Sep 2019 21:36:29 -0400
changeset 788
f8da8d4ff16a
parent 768
7ed19a36b198
child 824
7f5db423524e
permissions
-rw-r--r--

use shfmt if available

compiler perl

if exists('g:perl_tidy_equalprg') && g:perl_tidy_equalprg
  setlocal equalprg=perltidy\ -q
endif

mercurial