mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
remote: add node.js as a remote plugin provider
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user