mirror of https://github.com/LazyVim/starter
feat: add collaborative plugin
parent
545f9d9dc0
commit
3996ee3a98
|
@ -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/",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue