nvim-lua/wishlist

SFTP Plugin in Lua

Open

#49 aberto em 9 de mai. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees) (0 forks)github user discovery
help wantedidea

Métricas do repositório

Stars
 (249 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador