gx.nvim
gx.nvim copied to clipboard
Implementation of gx without the need of netrw
With netrw gx, following an internet url, the new window doesn't get focused but with this plugin it does. Would like an option to not lose focus of neovim and...
when I press K to view docs, and move cursor to a link, then press gx, nothing has happened. Is this a bug or ?
Hi, I have a use case that I can't find in the documentation or in the issues: Support for Mac Deep links like `message:%3C....%3E`. Have you in program to support...
It'd be awesome if gx.nvim supported a way to open multiple links when using visual selection. When you select 5 links, open all 5. I haven't yet thought about if...
enhance document search for variables and methods in non-imports scopes
Thank you for the awesome plugin. I use [surf](https://surf.suckless.org) browser. It launches a new browser on each `xdg-open` and plenary throws error `'xdg-open ...' was unable to complete in 5000...
https://github.com/chrishrb/gx.nvim/blob/cc70d112b14d18dd7b123a5d5288266a60e8189e/lua/gx/git.lua#L47 This is never useful and clutters the list of options (the worst part is that it takes the first place in the list).
In `git.lua`, `M` is (I assume) accidentally defined as global rather than local: https://github.com/chrishrb/gx.nvim/blob/c7e6a0ace694a098a5248d92a866c290bd2da1cc/lua/gx/git.lua#L1 This doesn't really cause anything bad to happen, it is mostly just annoying because luals picks...
I really like the handler logic built into this plugin, but can't use the open command easily over ssh. I was able to work around it by inserting a callback...