Replies: 2 comments
|
Any update on this? |
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/nvimsocketand later runningnvr my-file.ts.nvrstands for neovim-remote, which is this script: https://github.com/mhinz/neovim-remoteAll reactions