nvim-lua/wishlist

SFTP Plugin in Lua

Open

#49 geöffnet am 9. Mai 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen) (0 Forks)github user discovery
help wantedidea

Repository-Metriken

Stars
 (249 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide