web-tools.nvim
web-tools.nvim copied to clipboard
BrowseOpen failed (can't xdg-open within neovim)
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')