mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add collaborative plugin
This commit is contained in:
parent
545f9d9dc0
commit
3996ee3a98
1 changed files with 22 additions and 0 deletions
22
lua/plugins/collaborative.lua
Normal file
22
lua/plugins/collaborative.lua
Normal 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/",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue