When pressing gx to open a link with no browser instances open yet, neovim ui freezes until the browser is closed. I think this is the issue, cant we just remove the wait()? https://github.com/chrishrb/gx.nvim/blob/ba9c408fc0130fc4548760c3933a81b58fc50de8/lua/gx/shell.lua#L9
When pressing gx to open a link with no browser instances open yet, neovim ui freezes until the browser is closed.
I think this is the issue, cant we just remove the wait()?
gx.nvim/lua/gx/shell.lua
Line 9 in ba9c408