nvim/lua/plugins/codesnap.lua

15 lines
277 B
Lua
Raw Normal View History

2024-08-09 10:42:44 +00:00
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",
},
},
}