diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 3f8b328..74fefb4 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -45,4 +45,14 @@ return { { 'github/copilot.vim', }, + { + '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, + }, }