This commit is contained in:
Zynh Ludwig 2024-08-09 03:42:44 -07:00
parent 4ad4299d48
commit 132e069133

14
lua/plugins/codesnap.lua Normal file
View file

@ -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",
},
},
}