chore(nvim): add remote-nvim

This commit is contained in:
Stefan Imhoff
2024-05-23 11:12:04 +02:00
parent ab9b4105e2
commit ba0402957c
3 changed files with 69 additions and 57 deletions

View File

@@ -0,0 +1,12 @@
-- Remote development in Neovim 🔥
-- https://github.com/amitds1997/remote-nvim.nvim?tab=readme-ov-file
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,
}