summaryrefslogtreecommitdiff
path: root/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua')
-rw-r--r--mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua
new file mode 100644
index 0000000..20cead1
--- /dev/null
+++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/ssh.lua
@@ -0,0 +1,10 @@
+return {
+ "amitds1997/remote-nvim.nvim",
+ version = "*", -- Pin to GitHub releases
+ dependencies = {
+ "nvim-lua/plenary.nvim", -- For standard functions
+ "MunifTanjim/nui.nvim", -- To build the plugin UI
+ "nvim-telescope/telescope.nvim", -- For picking b/w different remote methods
+ },
+ config = true,
+}