Amit Singh

Results 65 comments of Amit Singh

You would want to handle passing the environment variable on this [line](https://github.com/amitds1997/remote-nvim.nvim/blob/9992c2fb8bf4f11aca2c8be8db286b506f92efcb/lua/remote-nvim/providers/provider.lua#L711) and then update the [port finding script](https://github.com/amitds1997/remote-nvim.nvim/blob/9992c2fb8bf4f11aca2c8be8db286b506f92efcb/scripts/free_port_finder.lua) to check if that environment variable is available or not. I...

Should be fixed by the latest commit to `master`. If you see any issue, please feel free to create a new one. Thanks!

>``` >  Installing Neovim (if required) > Command: chmod +x /home/ec2-user/.remote-nvim/scripts/neovim_download.sh && chmod +x /home/ec2-user/.remote-nvim/scripts/neovim_utils.sh && chmod +x /home/ec2-user/.remote-nvim/scripts/neovim_install.sh && /home/ec2-user/.remote-nvim/scripts/neovim_install.sh -v v0.11.3 -d /home/ec2-user/.remote-nvim -m binary -a x86_64...

I'll leave this one open until everyone's happy with the state of the work here on this particular issue. The reason for closing issues was that there were several issues...

Fixed the SHA issue with `v0.11.0`-`v0.11.2`. All these changes should be present in the latest release ✅ Thanks for your patience everyone!

Just pick any issue and create a draft PR, but please explain your approach before you put in the work. The code base is a bit old (and I plan...

I would need more details to debug this. I would need the error logs or stack trace to know what's happening!

This plugin does not try to install anything on your system. It downloads the Neovim binary in your home directory in the folder `.remote-nvim`. It does not try to write...

This makes a lot of sense. I'll make sure to add support for this. During the initial support of SSH-based authentication mechanisms, there was no `devpod` so there was no...

Could you please provide a minimal reproducible example for this?