dcampos / nvim-sftp-sync

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong install command

Mickychen00 opened this issue · comments

Hi!
Plug 'dcampos/nvim-sftp-sinc', { 'do': ':UpdateRemotePlugins' }
should be rewrite to
Plug 'dcampos/nvim-sftp-sync', { 'do': ':UpdateRemotePlugins' }

Oops. Thanks for letting me know!