Skip to content

neovim: support clicking targets #2405

Open
@fidgetingbits

Description

@fidgetingbits

If I have a URL in the terminal and target it with click second paint row <blah> it doesn't open the link, like it would in vscode. It prints the openLink Not implemented error. This would be useful for instance if you git push and then get a PR link listed like this:

❯ git push --set-upstream origin cleanup-utils
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 20 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 868 bytes | 868.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
remote: 
remote: Create a pull request for 'cleanup-utils' on GitHub by visiting:
remote:      https://github.com/hands-free-vim/talon.nvim/pull/new/cleanup-utils
remote: 
To ssh://github.com/hands-free-vim/talon.nvim
 * [new branch]      cleanup-utils -> cleanup-utils
branch 'cleanup-utils' set up to track 'origin/cleanup-utils'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions