feat: add collaborative plugin

pull/99/head
fm39hz-workstation 2024-05-20 15:46:22 +07:00 committed by fm39hz-laptop
parent 545f9d9dc0
commit 3996ee3a98
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
return {
{
"jbyuki/instant.nvim",
lazy = true,
cmd = {
"InstantStartServer",
"InstantStopServer",
},
},
{
"mistricky/codesnap.nvim",
lazy = true,
build = "make",
cmd = {
"CodeSnap",
"CodeSnapSave",
},
opts = {
save_path = "~/Pictures/ScreenShot/",
},
},
}