You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,11 @@ Remote modules allow users to define custom handlers in Ruby. To implement a rem
50
50
- Spawn the script from lua using `jobstart`
51
51
- Define commands in lua using `nvim_create_user_command` that route to the job's channel ID
52
52
53
-
For details, see [`example_remote_module.lua`](spec/acceptance/runtime/plugin/example_remote_module.lua) and [`remote_module_spec.vim`](spec/acceptance/remote_module_spec.vim).
*Note*: Remote modules are a replacement for the deprecated "remote plugin" architecture. See https://github.com/neovim/neovim/issues/27949 for details.
0 commit comments