main
Zynh Ludwig 2024-08-09 03:42:44 -07:00
parent 4ad4299d48
commit 132e069133
1 changed files with 14 additions and 0 deletions

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