From 24a605577c8e09a75f8f717f9df1bdc6c8dd8ec3 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Tue, 14 Feb 2017 08:41:16 -0500 Subject: initial commit --- vim/ftplugin/perl.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/ftplugin/perl.vim (limited to 'vim/ftplugin') diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim new file mode 100644 index 0000000..9d27999 --- /dev/null +++ b/vim/ftplugin/perl.vim @@ -0,0 +1,5 @@ +setl formatprg=perltidy\ -q +" Indent-only perltidy for == +setl equalprg=perltidy\ -q\ -io +" Linting with :make +compiler perlcritic -- cgit v1.2.3-70-g09d2