summaryrefslogtreecommitdiff
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorNick Shipp <nick@shipp.ninja>2017-02-14 08:41:16 -0500
committerNick Shipp <nick@shipp.ninja>2017-02-14 08:41:16 -0500
commit24a605577c8e09a75f8f717f9df1bdc6c8dd8ec3 (patch)
tree794db72af4e1ddf41cff2d1f6371b27103562d69 /vim/ftplugin
initial commit
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/perl.vim5
1 files changed, 5 insertions, 0 deletions
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