Lucas Parry
Lucas Parry
It would be really helpful to get this merged. Is there anything we might to to help this along @ctran ?
Please let me know if there's anything I can do to help get this merged. Thanks!
:tumbleweeds:
Hey @hmharvey @tarebyte, I see two releases have happened since this was opened, but this fix has not been included. Can you please let me know what needs to happen...
Is there a config option to _not_ format anything except the focused buffer? I'm not sure if it's exactly the same thing as this issue, but I seem to get...
I've tried both ```bash alias nvim='open -a "Neovide"' ``` and I've tried ```bash function nvim() { local nvim_socket nvim_socket=/tmp/neovide.socket if [ ! -S $nvim_socket ]; then nvim --server $nvim_socket --remote-edit...
I've got a patch for this on the branch use_sftp_for_file_writes the downside of this patch is that shell expansion doesnt work with it. ie. '~' and '$HOME' dont get expanded....
Chalk me up as another who'd love to see this fixed
Thanks, that's good feedback. I will try and find some time to update this later in the week
Hi @toote, I've done all the suggested tidying up, and have now made `expand-volume-vars` use the same function so it'll use `envsubst` and a shared allowlist one systems where `envsubst`...