nvim/lua/plugins/code_snap.lua

21 lines
464 B
Lua
Raw Normal View History

2024-07-10 11:26:08 +07:00
return {
"mistricky/codesnap.nvim",
build = "make",
cmd = {
"CodeSnap",
"CodeSnapSave",
"CodeSnapHighlight",
"CodeSnapSaveHighlight",
"CodeSnapASCII",
},
opts = {
mac_window_bar = false,
save_path = "~/Pictures",
watermark = "",
has_breadcrumbs = true,
has_line_number = true,
code_font_family = "JetBrainsMono Nerd Font",
2024-07-10 11:28:11 +07:00
bg_padding = 0,
2024-07-10 11:26:08 +07:00
},
}