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-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,12 @@
3
3
4
4
From Zero to "Hello world!" inside a Zellij Rust plugin with one keyboard shortcut.
5
5
6
+
### How does it work?
7
+
6
8
All you have to do is think of a name for your new plugin and this wizard will:
7
-
1. Clone the [`rust-plugin-example`] template repository into a folder by that name in your project directory
8
-
2. Create a development workspace for you as a new tab, with your `$EDITOR` and a helper to compile and run your plugin
9
+
10
+
1. Clone the [rust-plugin-example][rust-plugin-example] template repository into a folder by that name in your project directory
11
+
2. Create a development workspace for you as a new tab, with your `$EDITOR` and [a helper plugin](https://github.com/zellij-org/develop-rust-plugin) to compile and run your plugin
9
12
10
13
The only prerequisites are Zellij `0.41.1` and up, and `rust` (with `cargo`) installed on your machine.
0 commit comments