nvim-lua/wishlist

SFTP Plugin in Lua

Open

#49 创建于 2023年5月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人) (0 fork)github user discovery
help wantedidea

仓库指标

Star
 (249 star)
PR 合并指标
 (PR 指标待抓取)

描述

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).

贡献者指南