-
Notifications
You must be signed in to change notification settings - Fork 54
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
🐞 Bug: Links not usable #173
Comments
You can use this to open links, :MarkOpen Or use |
Thank you so much! and it is amazing how fast you responed. It works perfectly for web-links. One question: Did you intend that for file-links I should use another plugin? (I saw that there exists some e.g. https://github.com/jghauser/follow-md-links.nvim) Since it could be not trivial to solve it. |
It will open the file in whatever you set your default app for.
I didn't really do any extra implantation. Whatever is opened is determined by But I do plan on supporting |
Thanks brother |
The current latest release v24.0.0 doesn't have this. I see the readme mentioning v25.0.0 as the latest version which isn't the case. @OXY2DEV Did the release pipeline fail? |
That's just me commiting to the wrong branch. |
Before reporting:
Problem:
When in Reading mode, I can't use any links. Over file links I tried to use Enter () or
gf
but with Enter I only jump one line and withgf
it says it can't find the file "name of the link". Over hyperlinks to websites I tried alsogx
which won't work either.Then I tried to enable hybrid-Mode so that I can at least use
gf
but It didn't change anything for me. I assumed to see the not rendered text on the line I am on. But that was not the case.Not sure if I missed a command or config that would allow that.
Steps to reproduce the issue:
I just used the default config from the README
Expected behavior:
Links are usable with either "Enter" () or with a configurable keystroke.
Neovim version:
0.10.1
The text was updated successfully, but these errors were encountered: