mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 23:49:19 +08:00
commit
855fc70329
9
autoload/SpaceVim/layers/lang/perl.vim
Normal file
9
autoload/SpaceVim/layers/lang/perl.vim
Normal 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
|
Loading…
x
Reference in New Issue
Block a user