miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
337 stars 1 forks source link

Writing a local file to remote fails #198

Closed miversen33 closed 8 months ago

miversen33 commented 9 months ago

This happened with ssh but I suspect it will happen with any provider as I believe the issue is death in the API.

If you open a file locally and then execute a :w protocol://host///path it will appear to succeed (or at least not appear to fail) but it will actually end up truncating the file remotely. Which is... Cool

miversen33 commented 8 months ago

Quick check shows this happens in both ssh and docker, so this is likely an issue with how the API is handling the data is is giving to the underlying provider