-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nvim-qt
to editor presets
#4171
base: master
Are you sure you want to change the base?
Add nvim-qt
to editor presets
#4171
Conversation
b2dba03
to
a57a6ff
Compare
a57a6ff
to
24ccd3a
Compare
Hi @jesseduffield |
No, you did everything right. Sometimes PRs don't get any feedback for some reason or another; maybe the maintainers were busy at the time and then forgot to get back to it later (that's definitely true for me in this case, anyway). In such a case it's totally appropriate to gently ping them after a few days or a week. As for the change itself: it doesn't seem quite right to me. Neovim-qt is a GUI application, isn't it? The |
33fe596
to
0feb655
Compare
Thanks Stefan |
0feb655
to
771f2f9
Compare
771f2f9
to
9a4ffe4
Compare
I tried the new version, and I'm afraid it doesn't work, but I don't understand why. When using Same for Edit Hunk: it does suspend to the terminal in that case (good), but when closing the editor window it doesn't come back. Again, I don't understand why. And finally, the overall experience is not what I would expect (comparing to vscode or sublime). If I have nvim-qt open already, I'd expect the file to be opened as a new buffer in that instance, but it spawns a new instance and opens the file there. This doesn't seem useful when I want to use neovim as an IDE. Do we need |
PR Description
This PR adds
nvim-qt
to the list of editor presets.I've only tested this on Windows where escaping from the terminal can be handy at times. Not sure if this makes sense in a Mac of Linux environment, but
nvim-qt
looks quite ubiquitous there as well.Please check if the PR fulfills these requirements
go generate ./...
)