miversen33 / netman.nvim

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

Docker provider doesn't respect permissions on file when writing #167

Closed miversen33 closed 8 months ago

miversen33 commented 1 year ago

When writing with the docker provider (and probably the ssh provider, though maybe not?), the permissions are being reset to 644 for some reason.

This means that if you are modifying an executable script (for example), you won't be able to execute said script after a write without manually remapping the permissions.

Das Bad

miversen33 commented 8 months ago

Fixed