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:
parent
5150eaf415
commit
307da5e401
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…
Reference in New Issue
Block a user