2024-08-09 03:42:44 -07:00
|
|
|
return {
|
|
|
|
{
|
2024-08-31 05:14:49 -07:00
|
|
|
"https://git.zynh.me/Zynh0722/codesnap.nvim",
|
|
|
|
branch = "rose-pine-theme",
|
2024-08-09 03:42:44 -07:00
|
|
|
build = "make",
|
|
|
|
cmd = "CodeSnap",
|
2024-08-20 00:23:17 -07:00
|
|
|
opts = {
|
2024-08-09 03:42:44 -07:00
|
|
|
bg_color = "#535c68",
|
2024-08-31 05:10:03 -07:00
|
|
|
bg_padding = 10,
|
2024-08-09 03:42:44 -07:00
|
|
|
code_font_family = "JetBrainsMono Nerd Font",
|
|
|
|
mac_window_bar = false,
|
|
|
|
has_breadcrumbs = true,
|
2024-08-31 05:10:03 -07:00
|
|
|
show_workspace = true,
|
2024-08-09 03:42:44 -07:00
|
|
|
title = "Test",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|