Skip to content

Commit

Permalink
fix(nvim-sftp-sync): remove lazy loading to play nicer with `:UpdateR…
Browse files Browse the repository at this point in the history
…emotePlugins`
  • Loading branch information
mehalter committed Apr 12, 2024
1 parent f1456b7 commit 53a2ce5
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
return {
"dcampos/nvim-sftp-sync",
build = ":UpdateRemotePlugins",
cmd = {
"SftpDisable",
"SftpEnable",
"SftpOpenLog",
"SftpReset",
"SftpSelectServer",
"SftpSend",
},
event = "VeryLazy",
}

0 comments on commit 53a2ce5

Please sign in to comment.