1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Add perl support

This commit is contained in:
wsdjeg 2017-01-20 22:59:38 +08:00
parent 5150eaf415
commit 307da5e401

View File

@ -0,0 +1,9 @@
function! SpaceVim#layers#lang#perl#plugins() abort
let plugins = []
call add(plugins, ['WolfgangMehner/perl-support', {'on_ft' : 'perl'}])
return plugins
endfunction
function! SpaceVim#layers#lang#perl#config() abort
endfunction