We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: