plugins - Re-added vim-perl
This commit is contained in:
parent
a2f8702d00
commit
201d27a3df
2 changed files with 6 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
NeoBundle 'vim-perl/vim-perl'
|
|
6
plugins/vim-perl.load.vim
Normal file
6
plugins/vim-perl.load.vim
Normal 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',
|
||||||
|
\ })
|
Loading…
Reference in a new issue