Replies: 2 comments
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
have you tried this: #576 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I configure what command is executed for opening files (e.g. using the locator tool to open a SFC)?
Specifically I want to open a file in a running neovim session.
I can already do it in the terminal by first opening neovim with
nvim --listen /tmp/nvimsocket
and later runningnvr my-file.ts
.nvr
stands for neovim-remote, which is this script: https://github.com/mhinz/neovim-remoteBeta Was this translation helpful? Give feedback.
All reactions