dots-of-war/eggs/nvim/lua/plugins/remote.lua

12 lines
383 B
Lua
Raw Normal View History

2025-01-06 16:37:50 +01: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
},
config = true,
} }