plugins - Re-added vim-perl

This commit is contained in:
Emmanuel BENOîT 2023-06-24 18:04:30 +02:00
parent a2f8702d00
commit 201d27a3df
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
2 changed files with 6 additions and 1 deletions

View file

@ -1 +0,0 @@
NeoBundle 'vim-perl/vim-perl'

View file

@ -0,0 +1,6 @@
call dein#add('vim-perl/vim-perl', #{
\ lazy: 1,
\ on_ft: ['perl'],
\ merged: 0,
\ build: 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny',
\ })