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

Merge pull request #139 from SpaceVim/lang/perl

Add perl support
This commit is contained in:
Wang Shidong 2017-01-20 23:02:10 +08:00 committed by GitHub
commit 855fc70329

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