@@ -0,0 +1,7 @@
+return {
+ "nosduco/remote-sshfs.nvim",
+
+ config = function()
+ require("remote-sshfs").setup({})
+ end,
+}