summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-02-08 12:01:23 +0100
committerNaz <ndpm13@ch-naseem.com>2025-02-08 12:01:23 +0100
commit03fb986965d271466101cc19661b9bbcb20c1886 (patch)
treef142fcd3278ffdd64193aa0e1fabe658595f0b55
parentb4d992ea03164a1277427d4b2bd643424f28cb0c (diff)
✨feat: add nosduco/remote-sshfs.nvim plugin
-rw-r--r--lua/plugins/sshfs.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/plugins/sshfs.lua b/lua/plugins/sshfs.lua
new file mode 100644
index 0000000..b20d49c
--- /dev/null
+++ b/lua/plugins/sshfs.lua
@@ -0,0 +1,7 @@
+return {
+ "nosduco/remote-sshfs.nvim",
+
+ config = function()
+ require("remote-sshfs").setup({})
+ end,
+}