codesnap
parent
4ad4299d48
commit
132e069133
|
@ -0,0 +1,14 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"mistricky/codesnap.nvim",
|
||||||
|
build = "make",
|
||||||
|
cmd = "CodeSnap",
|
||||||
|
config = {
|
||||||
|
bg_color = "#535c68",
|
||||||
|
code_font_family = "JetBrainsMono Nerd Font",
|
||||||
|
mac_window_bar = false,
|
||||||
|
has_breadcrumbs = true,
|
||||||
|
title = "Test",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue