Skip to content

Commit d5baf67

Browse files
committed
fixup! Add basic remote module support
update README
1 parent 32c9c99 commit d5baf67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ Remote modules allow users to define custom handlers in Ruby. To implement a rem
5050
- Spawn the script from lua using `jobstart`
5151
- Define commands in lua using `nvim_create_user_command` that route to the job's channel ID
5252

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).
53+
For usage examples, see:
54+
55+
- [`example_remote_module.rb`](spec/acceptance/runtime/example_remote_module.rb)
56+
- [`example_remote_module.lua`](spec/acceptance/runtime/plugin/example_remote_module.lua)
57+
- [`remote_module_spec.vim`](spec/acceptance/remote_module_spec.vim)
5458

5559
*Note*: Remote modules are a replacement for the deprecated "remote plugin" architecture. See https://github.com/neovim/neovim/issues/27949 for details.
5660

0 commit comments

Comments
 (0)