Skip to content

Commit

Permalink
feat(remote-development): add nvim-sftp-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 12, 2024
1 parent 37d6048 commit 86a86a6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SftpSync

Neovim plugin that helps you sync your projects to an SFTP server

Requires:

- [pysftp](https://bitbucket.org/dundeemt/pysftp) Python library for sftp syncing

**Repository:** <https://github.com/dcampos/nvim-sftp-sync>
12 changes: 12 additions & 0 deletions lua/astrocommunity/remote-development/nvim-sftp-sync/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
return {
"dcampos/nvim-sftp-sync",
build = ":UpdateRemotePlugins",
cmd = {
"SftpDisable",
"SftpEnable",
"SftpOpenLog",
"SftpReset",
"SftpSelectServer",
"SftpSend",
},
}

0 comments on commit 86a86a6

Please sign in to comment.