2024-05-20 16:46:22 +08:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"jbyuki/instant.nvim",
|
|
|
|
cmd = {
|
|
|
|
"InstantStartServer",
|
|
|
|
"InstantStopServer",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"mistricky/codesnap.nvim",
|
|
|
|
build = "make",
|
|
|
|
cmd = {
|
|
|
|
"CodeSnap",
|
|
|
|
"CodeSnapSave",
|
|
|
|
},
|
|
|
|
opts = {
|
|
|
|
save_path = "~/Pictures/ScreenShot/",
|
2024-05-21 12:19:57 +08:00
|
|
|
has_line_number = true,
|
|
|
|
watermark = "• FM39hz •",
|
|
|
|
bg_color = "#535c68",
|
2024-05-21 23:44:49 +08:00
|
|
|
code_font_family = "JetbrainsMono Nerd Font",
|
2024-05-20 16:46:22 +08:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|