nvim/lua/plugins/codesnap.lua

15 lines
275 B
Lua
Raw Normal View History

2024-08-09 10:42:44 +00:00
return {
{
"mistricky/codesnap.nvim",
build = "make",
cmd = "CodeSnap",
2024-08-20 07:23:17 +00:00
opts = {
2024-08-09 10:42:44 +00:00
bg_color = "#535c68",
code_font_family = "JetBrainsMono Nerd Font",
mac_window_bar = false,
has_breadcrumbs = true,
title = "Test",
},
},
}