Browse Source

✨feat: add nosduco/remote-sshfs.nvim plugin

Naz 2 tháng trước cách đây
mục cha
commit
03fb986965
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      lua/plugins/sshfs.lua

+ 7 - 0
lua/plugins/sshfs.lua

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