-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I followed the guide here https://zellij.dev/tutorials/developing-a-rust-plugin/#using-the-development-environment and started creating a plugin. Everything works as expected. At some point I stop the development and close zellij. Then I go inside the created folder a start a zellij session using the created layout.
zellij -l zellij.kdl
The plugin is loaded and Current folder is ".". When I press ctrl-shift-r a floating pane is shown for a moment with cargo build but the plugin is not loaded. If I restart and just change the Current folder manually to the current folder ( it will get the full path and not just . ) then everything works as expected.
Btw. the created zellij.kdl points to plugin version 0.1.0 "https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.1.0/develop-rust-plugin.wasm"