diff --git a/lua/astrocommunity/remote-development/nvim-sftp-sync/init.lua b/lua/astrocommunity/remote-development/nvim-sftp-sync/init.lua index da2d41eeb..b284211a0 100644 --- a/lua/astrocommunity/remote-development/nvim-sftp-sync/init.lua +++ b/lua/astrocommunity/remote-development/nvim-sftp-sync/init.lua @@ -1,12 +1,5 @@ return { "dcampos/nvim-sftp-sync", build = ":UpdateRemotePlugins", - cmd = { - "SftpDisable", - "SftpEnable", - "SftpOpenLog", - "SftpReset", - "SftpSelectServer", - "SftpSend", - }, + event = "VeryLazy", }