starter/lua/plugins/collaborative/remote.lua

16 lines
178 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
2024-07-16 14:35:47 +08:00
{
"jbyuki/instant.nvim",
cmd = {
"InstantStartServer",
"InstantStopServer",
},
},
{
"miversen33/netman.nvim",
cmd = {
"Neotree remote",
},
},
2024-07-04 15:22:44 +08:00
}