aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/remote/host.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-20 17:27:28 -0800
committerGitHub <noreply@github.com>2020-01-20 17:27:28 -0800
commit99aec382596bffaa91d0a944dc9474e42331ad93 (patch)
tree6da5117b428b925fdb46386c8c02b84a92cff6a3 /runtime/autoload/remote/host.vim
parentf245c0218adc9ff3452660dff97e62cea8e9a411 (diff)
parentb4e4ed844a25aa0ec43404e4ec318d0b54e0e1dd (diff)
downloadrneovim-99aec382596bffaa91d0a944dc9474e42331ad93.tar.gz
rneovim-99aec382596bffaa91d0a944dc9474e42331ad93.tar.bz2
rneovim-99aec382596bffaa91d0a944dc9474e42331ad93.zip
Merge #11703 'CI: install perl provider'
Diffstat (limited to 'runtime/autoload/remote/host.vim')
-rw-r--r--runtime/autoload/remote/host.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/autoload/remote/host.vim b/runtime/autoload/remote/host.vim
index 1cf328e08d..c34ff4bee7 100644
--- a/runtime/autoload/remote/host.vim
+++ b/runtime/autoload/remote/host.vim
@@ -203,3 +203,7 @@ call remote#host#Register('ruby', '*.rb',
" nodejs
call remote#host#Register('node', '*',
\ function('provider#node#Require'))
+
+" perl
+call remote#host#Register('perl', '*',
+ \ function('provider#perl#Require'))