web-tools.nvim icon indicating copy to clipboard operation
web-tools.nvim copied to clipboard

BrowseOpen failed (can't xdg-open within neovim)

Open dreamerlzl opened this issue 2 years ago • 0 comments

silent !xdg-open http://localhost:3000/ succeed but no tab is popped up on my browser(firefox).

os: fedora 38 neovim version: NVIM v0.9.4 Build type: Release LuaJIT 2.1.1692716794

Related issue: https://github.com/neovim/neovim/issues/19724 But this works:

:call jobstart('xdg-open http://github.com')

dreamerlzl avatar Nov 15 '23 12:11 dreamerlzl