feat(remote): added remote (ssh) functionality, that's it.

This commit is contained in:
devaine 2025-12-25 14:03:20 -06:00
commit 2559cfdbd9
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE
5 changed files with 78 additions and 13 deletions

12
lua/plugins/remote.lua Normal file
View file

@ -0,0 +1,12 @@
return {
{
"amitds1997/remote-nvim.nvim",
version = "*",
dependencies = {
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
"nvim-telescope/telescope.nvim"
},
config = true
}
}