diff --git a/lua/plugins/collaborative.lua b/lua/plugins/collaborative.lua new file mode 100644 index 0000000..c9c6708 --- /dev/null +++ b/lua/plugins/collaborative.lua @@ -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/", + }, + }, +}