mirror of https://github.com/LazyVim/starter
18 lines
340 B
Lua
18 lines
340 B
Lua
|
return {
|
||
|
{
|
||
|
"mistricky/codesnap.nvim",
|
||
|
build = "make",
|
||
|
cmd = {
|
||
|
"CodeSnap",
|
||
|
"CodeSnapSave",
|
||
|
},
|
||
|
opts = {
|
||
|
save_path = "~/Pictures/ScreenShot/",
|
||
|
has_line_number = true,
|
||
|
watermark = "• FM39hz •",
|
||
|
bg_color = "#535c68",
|
||
|
code_font_family = "JetbrainsMono Nerd Font",
|
||
|
},
|
||
|
},
|
||
|
}
|