Update
This commit is contained in:
22
lua/plugins/remote-nvim.lua
Normal file
22
lua/plugins/remote-nvim.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
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,
|
||||
-- },
|
||||
}
|
||||
Reference in New Issue
Block a user