remote-nvim.nvim
remote-nvim.nvim copied to clipboard
Fix pty for handling devpod provider setup
Implementation of this comment: https://github.com/amitds1997/remote-nvim.nvim/issues/182#issuecomment-2543545249, adding pty as an argument to the provider executor and passing pty = false when handling the provider setup for devpod.
I was unfortunately not able to set up all pre-commit hooks, so the selene hook has not been run against this PR.
This should fix #182.
I have no comments on quality or anything of the sort, but this did fix the issue for me. Thank you.
I can confirm this fix works for me! Please merge :)