heavim/plugins/vim-perl.load.vim

7 lines
173 B
VimL
Raw Normal View History

2023-06-24 18:04:30 +02:00
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',
\ })