Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detach browser process #63

Open
pinbraerts opened this issue Jun 16, 2024 · 0 comments
Open

detach browser process #63

pinbraerts opened this issue Jun 16, 2024 · 0 comments

Comments

@pinbraerts
Copy link

Thank you for the awesome plugin. I use surf browser. It launches a new browser on each xdg-open and plenary throws error 'xdg-open ...' was unable to complete in 5000 ms. I would like to get rid of this message. Should I maybe somehow modify application entry to detach xdg-open?
My configuration of the plugin is basically default:

{
	"chrishrb/gx.nvim",
	keys = { { "gx", "<cmd>Browse<cr>", mode = { "n", "x" } } },
	cmd = { "Browse" },
	init = function ()
		vim.g.netrw_nogx = 1
	end,
	dependencies = { 'nvim-lua/plenary.nvim' },
	opts = {
		handler_options = {
			search_engine = "https://search.disroot.org/?q=",
		},
	},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant