17 lines
378 B
Lua
17 lines
378 B
Lua
return {
|
|
{
|
|
"https://git.zynh.me/Zynh0722/codesnap.nvim",
|
|
branch = "rose-pine-theme",
|
|
build = "make",
|
|
cmd = "CodeSnap",
|
|
opts = {
|
|
bg_color = "#535c68",
|
|
bg_padding = 10,
|
|
code_font_family = "JetBrainsMono Nerd Font",
|
|
mac_window_bar = false,
|
|
has_breadcrumbs = true,
|
|
show_workspace = true,
|
|
title = "Test",
|
|
},
|
|
},
|
|
}
|