nvim-lua / wishlist

A public catalogue of Lua plugins Neovim users would like to see exist
MIT License
235 stars 0 forks source link

SFTP Plugin in Lua #49

Open MaulanaMalikS opened 1 year ago

MaulanaMalikS commented 1 year ago

What? Plugin for upload and download using SFTP in Lua.

Why? Provide upload to server and download from server using SFTP. Would be nice if it store server configuration locally per project, not in neovim configuration. (Like SFTP extensions in VSCode. https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp)

Potential existing implementations: Vim Script: https://github.com/eshion/vim-sftp-sync (server configuration still not local per project). Python: https://github.com/dcampos/nvim-sftp-sync (doesn't have download yet, server config not local per project).