resurrect.wezterm icon indicating copy to clipboard operation
resurrect.wezterm copied to clipboard

Simply enabling the plugin hangs wezterm in windows

Open leotorrez opened this issue 9 months ago • 1 comments

-- .wezterm.lua
local wezterm = require("wezterm")
local config = {}
local resurrect = wezterm.plugin.require("https://github.com/MLFlexer/resurrect.wezterm")
return config

With this basic configuration is sufficient for the program to hang and be unable to continue. I have to edit the file externally to be able to launch the terminal again. The plugin is being cloned into %APPDATA%/wezterm/plugins

Any leads on what else I could check on? The debug mode is unusable due to the hang and I am failing to find useful logs but I'm open to suggestions I might be missing some obscure useful log

leotorrez avatar Jul 10 '25 12:07 leotorrez

Quick Update: waiting for several minutes after launch seems to allow the program to run normally. So the issue might be IO related. I will post as I find more information about it.

leotorrez avatar Jul 10 '25 14:07 leotorrez