Files
nvim/lua/plugins/remote-nvim.lua

23 lines
636 B
Lua
Raw Permalink Normal View History

2025-11-22 04:39:13 +11:00
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
-- },
-- keys = {
-- -- 👇 in this section, choose your own keymappings!
-- {
-- -- Open in the current working directory
-- "<leader>rs",
-- "<cmd>RemoteStart<cr>",
-- desc = "Remote",
-- },
-- },
-- -- config = true,
-- },
}