-
|
I am curious if anyone has gotten full or relative file links working, so that they open in an editor. A Neovim remote in this case. e.g. something like this --> root_folder/main.py:894 --> Clicking or triggering opens or scrolls a file in the existing Neovim Session, centering line 894, possibly switching to the correct kitty tab at the same time. This would pretty much mimic the behaviour of the in built VS Code terminal. I have tried following the mentioned documentation and setting it up through a nvim remote, but with limited or zero success. Would love to see what other people found a solution or give me pointers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Old question but turns out adding |
Beta Was this translation helpful? Give feedback.
Old question but turns out adding
open_url_with defaultand configuring protocols solves this: