rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.72k stars 49 forks source link

[Help] Opening a file using the same instance #140

Closed pidgeon777 closed 2 years ago

pidgeon777 commented 2 years ago

Hello, I'm looking for a way to externally open a file with nvui by making use of the command line.

For example

nvui.exe -p {pathToTheFile}

What I would like, is to make use of the already running nvui instance, without opening another one.

Is something like that achievable?

rohit-px2 commented 2 years ago

Unfortunately you can't do that right now in nvui. It might be possible through other GUIs that support remote connection and then using remote Neovim. However, nvui doesn't support that feature.

pidgeon777 commented 2 years ago

That's a pity, hopefully, one day it'll be supported 👍.