From 396dd843ad6db229dec0aa8f4e69979444a2bade Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Tue, 21 May 2024 11:19:57 +0700 Subject: [PATCH] feat: config CodeSnap --- lua/plugins/collaborative.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/collaborative.lua b/lua/plugins/collaborative.lua index 859ffe3..9d10dce 100644 --- a/lua/plugins/collaborative.lua +++ b/lua/plugins/collaborative.lua @@ -15,6 +15,10 @@ return { }, opts = { save_path = "~/Pictures/ScreenShot/", + has_line_number = true, + watermark = "• FM39hz •", + bg_color = "#535c68", + code_font_family = "JetbrainsMono Nerd Font Bold", }, }, }