remote: add node.js as a remote plugin provider

This commit is contained in:
Billy Vong
2017-10-29 11:10:33 -07:00
parent 8b199cb2fe
commit 7890157931
2 changed files with 86 additions and 0 deletions

View File

@@ -199,3 +199,7 @@ call remote#host#Register('python3', '*',
" Ruby
call remote#host#Register('ruby', '*.rb',
\ function('provider#ruby#Require'))
" nodejs
call remote#host#Register('node', '*',
\ function('provider#node#Require'))