mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: config CodeSnap
This commit is contained in:
parent
fe0fa95085
commit
f4b022e1b6
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue