Nvim now has a vim.ui.open that calls xdg-open or similar, I think gx.nvim should replace it if installed, so any other plugin using that function will automatically get the improvements added by this plugin.
Besides that vim.ui.open has gotten more back-ends (https://github.com/lemonade-command/lemonade) so maybe we should consider wrapping the default implementation, or at least keep the back-ends on sync.
Nvim now has a
vim.ui.openthat calls xdg-open or similar, I thinkgx.nvimshould replace it if installed, so any other plugin using that function will automatically get the improvements added by this plugin.Besides that
vim.ui.openhas gotten more back-ends (https://github.com/lemonade-command/lemonade) so maybe we should consider wrapping the default implementation, or at least keep the back-ends on sync.