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
I just installed rocks for the first time. Windows 11, using Windows Terminal (both PowerShell 7.4.5 & Command Prompt).
When I open nvim with rocks enabled, it causes new terminal windows to appear and disappear rapidly, making it impossible to work or even type :q.
After some debugging, it seems it is caused by setting opts.detach = true in the pcall in luarocks.lua. After setting this to false, the terminals stopped flashing.
Since it seems this was intentional (Prevent luarocks from exiting uncleanly), perhaps there's an alternative way to get a similar effect, without causing new terminal windows to open and close?
I just installed rocks for the first time. Windows 11, using Windows Terminal (both PowerShell 7.4.5 & Command Prompt).
When I open nvim with rocks enabled, it causes new terminal windows to appear and disappear rapidly, making it impossible to work or even type
:q
.After some debugging, it seems it is caused by setting
opts.detach = true
in the pcall inluarocks.lua
. After setting this to false, the terminals stopped flashing.Since it seems this was intentional (
Prevent luarocks from exiting uncleanly
), perhaps there's an alternative way to get a similar effect, without causing new terminal windows to open and close?rocks.nvim/lua/rocks/luarocks.lua
Lines 89 to 91 in ce6e2bd
The text was updated successfully, but these errors were encountered: