starter/lua/plugins/collaborative.lua

23 lines
338 B
Lua
Raw Normal View History

2024-05-20 16:46:22 +08:00
return {
{
"jbyuki/instant.nvim",
lazy = true,
cmd = {
"InstantStartServer",
"InstantStopServer",
},
},
{
"mistricky/codesnap.nvim",
lazy = true,
build = "make",
cmd = {
"CodeSnap",
"CodeSnapSave",
},
opts = {
save_path = "~/Pictures/ScreenShot/",
},
},
}