mirror of https://github.com/LazyVim/starter
feat: config CodeSnap
parent
bce7d6304f
commit
396dd843ad
|
@ -15,6 +15,10 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
save_path = "~/Pictures/ScreenShot/",
|
save_path = "~/Pictures/ScreenShot/",
|
||||||
|
has_line_number = true,
|
||||||
|
watermark = "• FM39hz •",
|
||||||
|
bg_color = "#535c68",
|
||||||
|
code_font_family = "JetbrainsMono Nerd Font Bold",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue