Skip to content

Commit b46e5f7

Browse files
committed
Merge branch 'main' of github.com:zellij-org/develop-rust-plugin
2 parents f1e9772 + 132e5ff commit b46e5f7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## About
2+
![img-2024-11-07-172647](https://github.com/user-attachments/assets/d55af6de-f4f7-4f30-9aa0-eb27574b9f0c)
23

34
This is helper plugin for developing other Zellij plugins. It's intended to be run in a folder with an existing Zellij plugin, assisting in its development by shortening the feedback loop and mental load involved in compiling and running the plugin.
45

@@ -14,7 +15,9 @@ An example Zellij plugin (good to use to get started): [Rust Plugin Example][exa
1415
[example]: https://github.com/zellij-org/rust-plugin-example
1516

1617
## How to run
17-
Open the `Plugin Manager` (by default: `Ctrl o` + `p`), press `Ctrl a`, paste the following url and press `Enter`: `https://github.com/zellij-org/zellij/releases/latest/download/develop-zellij-plugin.wasm`
18+
Open the `Plugin Manager` (by default: `Ctrl o` + `p`), press `Ctrl a`, paste the following url and press `Enter`:
19+
20+
https://github.com/zellij-org/develop-rust-plugin/releases/latest/download/develop-rust-plugin.wasm
1821

1922
## Configuration
2023
It's possible to change the `reload_shortcut` (by default `Ctrl Shift r`) to any other shortcut by specifying it in the `reload_shortcut` plugin configuration. eg.

0 commit comments

Comments
 (0)